browser/window size

L

Lorna

Hi,

Thanks to those who replied to my earlier question.

How do I specify the size of the window/new page from a
hyperlink. Eg I want to add in a map and have the page
size 450 x 450 pixels only.

Thank you.

Lorna
 
T

Thomas A. Rowe

You have to use JavaScript, see Spawn a free FP Addin at
http://www.jimcoaddins.com

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
V

Vocátional© & Technicál© Educátion®

You may want to test with this in your IE, Tools, Options;

javascript:resizeTo(800,600);
moveTo(0,0);document.location.href='spinfxwebdesign.com.au'

When you test/get it to work as you wish create a link in your web pages.

Best regards, Jeff @ (e-mail address removed)

Vocátional© & Technicál© Educátion® - Cooking Crawfish & Alligators in New
Orleans...You should always boot into SAFE MODE to install / remove /
configure Hardware & Software > Click > Start > Settings > Control Panel >
Add/Remove
http://vil.nai.com/vil/stinger/
http://www.nola.com/
 
V

Vocátional© & Technicál© Educátion®

Here is another option - you may want to test and create a link with this;

javascript:resizeTo(450,450);
moveTo(0,0);document.location.href='http://spinfxwebdesign.com.au'

Best regards, Jeff @ (e-mail address removed)

Vocátional© & Technicál© Educátion® - Cooking Crawfish & Alligators in New
Orleans...You should always boot into SAFE MODE to install / remove /
configure Hardware & Software > Click > Start > Settings > Control Panel >
Add/Remove
http://vil.nai.com/vil/stinger/
http://www.nola.com/
 

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

Top