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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top