Pop-up window

R

Rich Lewis

I want to add a simple pop-up information window with a 'close' button
that appears OUTSIDE the confines of the web Browser. Can anyone tell
me how to do this in frontpage.

Thanks

Rich.
 
D

DI

You can use " Spawn " from Jimco Add-ins it is FREE
http://www.jimcoaddins.com/addins.aspx
Now you can quickly and easily create hyperlinks that open in a new window configured exactly
the way you want! Spawn makes it a breeze to create popup windows right within FrontPage in a
flash!
 
D

DI

Insert this alert message

<body onload="alert('Hi today is October 3, 2003');" >

Replace ( Hi today is October 3, 2003 ) with your message
 
Top