Right click on the hyperlink and select Hyperlink properties. In the
resulting window, Click on Target Frame Button and select New Window.
Hope this helps
regards
Hari
MSFT
This posting is provided "as is" with no warranties and confers no rights
--------------------
|
| how do I make a URL link open in a new browser window in Frontpage 2000?
|
| William
|
| <a href="newpage.htm" target="_new">New window</a>
|
| --
| George Hester
| _________________________________
| | > how do I make a URL link open in a new browser window in Frontpage 2000?
| >
| > William
|
|
Either will work fine. The former opens a window specifically named "new".
If there is a window already named "new", then instead of opening a new one,
your page will open in the already existing window. The latter will always
open a new, unnamed window.