HyperLink

  • Thread starter Thread starter J
  • Start date Start date
J

J

What do I need to include with the URL, in the Navigate URL of a
Hyperlink, to launch the website in another browser?


TIA
 
Not sure what you mean but here is how it should look like in HTML
<a target="_blank" href="myurl">Link</a>

George.
 
In the hyperlink control there is a property called Target. Set this to
Target="_blank"
 
Back
Top