Opening new windows?

  • Thread starter Thread starter Andrew
  • Start date Start date
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!
 
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
 
Back
Top