Pop Up Windows

  • Thread starter Thread starter Helene Kerr
  • Start date Start date
H

Helene Kerr

As annoying as they sometimes are, I'd like to add a pop-
up window to the website I'm working on. Basically a
small window that pops up when the homepage is viewed. Is
there anyway to do that in FrontPage (2002)? Thanks!
 
You would do this through JavaScript. There are some great pop-up window
scripts at both javascript.internet.com and www.dynamicdrive.com . You'll
need to call the pop-up script through the body tag's OnLoad event in order
for the pop-up to load every time the page does.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Thanks for the replies. I've added a popup using one of
the java scripts from a site that Mark recommended. And I
will look at "Spawn" as well. Thanks again!
-----Original Message-----
You would do this through JavaScript. There are some great pop-up window
scripts at both javascript.internet.com and
www.dynamicdrive.com . You'll
 
Back
Top