How to insert a hyperlink to a web page so that this web page will open in a new window?
A ah Aug 21, 2004 #1 How to insert a hyperlink to a web page so that this web page will open in a new window?
A ah Aug 21, 2004 #2 I found the solution by myself. I give it here in case someone (as beginner as I) would be interested:
I found the solution by myself. I give it here in case someone (as beginner as I) would be interested:
R Ronx Aug 21, 2004 #3 In hyperlink properties set the target to New Page (_blank) Or in HTML view use <a href="pagename.htm" target="_blank">opens in new window</a> Ron
In hyperlink properties set the target to New Page (_blank) Or in HTML view use <a href="pagename.htm" target="_blank">opens in new window</a> Ron