Opening new windows?

A

Andrew

I would like to have hyperlink to open a new copy of IE
but insted of just opening it at the current browser size
i would like to set the browser size.
help me!
 
G

Gary Case

Try this in the code:
<ahref="http://pagename",'','toolbar=yes,location=yes,statu
s=yes,menubar=yes,scrollbars=yes,resizable=yes,width=400,he
ight=500, target="_blank">PLACE YOUR LINK TEXT HERE</a>

I don't work with Front Page very much, but this code will
get you there. Also, if you only want to open a window,
go to edit hyperlinks, and choose "new window" under
target frame.

In my code above, you can place a "no" anywhere I put a
yes, to remove things like scrollbars.

Good luck
 

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