FYI, It's javascript not html
Yes, but it will cost you a few bucks:
http://websunlimited.com/
It's really not that hard just open your page in code or
html view, locate the head tags
<head>
other stuff
<script>
function doPopUp(){
doPopUpWindow = window.open("
http://yourdomain/folder/yourpageyouwanttoopen.htm","FrontP
a geWiz","scrollbars=yes,resizable=yes,left=200 ,
top=200,screenX=200,screenY=200,width=300,height=400");
}
</script>
</head>
Now place this code in the body (between the <body></body>
tags) where you want the link:
-----Original Message-----
Do you know how to do that without using html? I haven't
been using the html part of FrontPage, and I'm not very
good at it!