R
Rick
I have a blank (index.htm) page that fires a Page Redirect to another page
containing just a photo. I am using the following code to do this;
<meta http-equiv="Refresh" content="0;
url=http://www.mywebsite.com/intropage1.htm">
On the new page that opens I use the following code in the HEAD to resize
it;
<script>
self.resizeTo(475,695);
self.moveTo(150,10);
</script>
This new page then opens my main page with a redirect after several seconds.
My problem is the new page opens with the button bar, menu bar, and location
bar. I want the page to open up in a popup style window. Is there a way to
turn off these bars in html or javascript? Any help would be greatly
appreciated.
Also, I've tried making a javascript popup for the new page, placing it in
the head section of the blank page, but can't get the script to fire.
Rick
containing just a photo. I am using the following code to do this;
<meta http-equiv="Refresh" content="0;
url=http://www.mywebsite.com/intropage1.htm">
On the new page that opens I use the following code in the HEAD to resize
it;
<script>
self.resizeTo(475,695);
self.moveTo(150,10);
</script>
This new page then opens my main page with a redirect after several seconds.
My problem is the new page opens with the button bar, menu bar, and location
bar. I want the page to open up in a popup style window. Is there a way to
turn off these bars in html or javascript? Any help would be greatly
appreciated.
Also, I've tried making a javascript popup for the new page, placing it in
the head section of the blank page, but can't get the script to fire.
Rick