Hyperlink- Opening new window

  • Thread starter Thread starter Mark A. Sam
  • Start date Start date
M

Mark A. Sam

Hello,

How do I open a new window when using a hyperlink control or image button.

Thanks for any help and God Bless,

Mark A. Sam
 
dear mark, try this

<asp:HyperLink ID=Link1 runat=server NavigateUrl=http://hyperlink.com
target=_blank>this link will open in a new window</asp:HyperLink>

hope this helps!
 
Yes it did work. Thank you. I wonder why there isn't an provison for this
on the property sheet.
 

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