Hyperlink help

B

Bryan Bloom

I have a photo. I know how to add a hyperlink to it so if a user clicks on
it the hyperlink opens.

BUT what I want is for the hyperlink to open a completely new window for the
hyperlink. How do you do this?

If you just add the hyperlink as is, the open window changes to the url of
the hyperlink, and does not open a new window.

Thanks.

Bryan
 
T

Tom Wickerath

Hi Bryan,

It's not obvious that your question involves Microsoft Access, which is the
subject of this newsgroup. However, try the following syntax:

<a target="_blank" href="http://www.YourLink">Your underlined text</a>


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
__________________________________________

:

I have a photo. I know how to add a hyperlink to it so if a user clicks on
it the hyperlink opens.

BUT what I want is for the hyperlink to open a completely new window for the
hyperlink. How do you do this?

If you just add the hyperlink as is, the open window changes to the url of
the hyperlink, and does not open a new window.

Thanks.

Bryan
 
Top