J J Mar 9, 2004 #1 What do I need to include with the URL, in the Navigate URL of a Hyperlink, to launch the website in another browser? TIA
What do I need to include with the URL, in the Navigate URL of a Hyperlink, to launch the website in another browser? TIA
G George Ter-Saakov Mar 9, 2004 #2 Not sure what you mean but here is how it should look like in HTML <a target="_blank" href="myurl">Link</a> George.
Not sure what you mean but here is how it should look like in HTML <a target="_blank" href="myurl">Link</a> George.
S Stanley Mar 9, 2004 #3 In the hyperlink control there is a property called Target. Set this to Target="_blank"