L
LouieLouie
How does one specify that the Hyperlink is to open in a new window??
LouieLouie said:How does one specify that the Hyperlink is to open in a new window??
Trevor L. said:LouieLouie said:How does one specify that the Hyperlink is to open in a new window??
In FP2003, open the page in Design View.
Right click the link
Select Hyperlink Properties
Click on Target Frame
Select New Window
Or in Code view ,
<a href="page2.html" target="_blank" title="Page 2">
Page 2 </a>
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/