How do I make Pop Ups?

R

Robin

I would like to include a little Pop Up for information,
or a photo without having to make a link to a whole new
page. I am using FrontPage 2000 and would be willing to
upgrade to FrontPage 2003 if it offers this option.

Any advice for me?

Robin
[email protected]
 
J

Jay

<script lang="javascript">
winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,locatio
n=1,menubar=1,status=1,directories=0"
win2=window.open('http://www.someurl.com',"",winfeatures)
</script>
 
Top