"Sizing a window"

  • Thread starter Thread starter Al Krismer
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top