creating a pop box

G

Glenn

Is there a way in Front Page to create a pop up box when someone enters my
site on a certain day?
 
S

Steve Easton

That would require a server side script.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

Jens Peter Karlsen[FP MVP]

You must write the necessary Javascript yourself. The popup script you
can find on the net then you only need to write the part that figures
out what day it is and calls the popup function if it is the right day.
Pretty straightforward with a basic knowledge of javascript.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
J

Jens Peter Karlsen[FP MVP]

JavaScript will do.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: Steve Easton [mailto:[email protected]]
Posted At: 26. januar 2005 20:53
Posted To: microsoft.public.frontpage.client
Conversation: creating a pop box
Subject: Re: creating a pop box


That would require a server side script.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

Glenn said:
Is there a way in Front Page to create a pop up box when someone
enters my site on a certain day?
 
S

Stefan B Rusynko

But any JavaScript popups that are not clicks by a user will be blocked by users of Win XP SP 2




| You must write the necessary Javascript yourself. The popup script you
| can find on the net then you only need to write the part that figures
| out what day it is and calls the popup function if it is the right day.
| Pretty straightforward with a basic knowledge of javascript.
|
| Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
|
| > -----Original Message-----
| > From: Glenn [mailto:[email protected]]
| > Posted At: 26. januar 2005 20:27
| > Posted To: microsoft.public.frontpage.client
| > Conversation: creating a pop box
| > Subject: creating a pop box
| >
| >
| > Is there a way in Front Page to create a pop up box when
| > someone enters my site on a certain day?
| >
| >
|
 
Top