How do I make hyperlinks on my web page open a new browser window, instead of just opening the web page in the same browser? My ISP's web page server will run FP extensions.
When you enter the URL for the link click the "Target frame" button on the right side of that dialog and on the next dialog select "New window." FP will insert the _blank tag.
Warren H.
501 Posts
68
0
Posted April 29th, 2004 18:00
firebird,
If the hyplinks drop down box doesn't offer the option, you can edit the link manually. Add "target=_new" without the quotes after the url. HTH