"Sizing a window"

A

Al Krismer

Hello,

I am setting up a web page where a person clicks on an
image and a new window opens with text. I know how to do
the hyperlink, etc, but how do you set the window to a
certain size.

Also how do you incorporate the directions "Click to close
window"

I was wondering do you need Javascript for this operation
or can you do it with FP 2003

Thanks
Al
 
S

Steve Easton

Download the addin Spawn from Jimco Addins.
www.jimcoaddins.com
It will create the window size script for you.

To close the page:

<input type="button" value="Close Page" onclick="window.opener = self; window.close()">


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top