cancel
Showing results for 
Search instead for 
Did you mean: 

How to Open Hyperlink in a New Browser?

former_member292966
Active Contributor
0 Kudos

Hi,

I have a hyperlink in my report that takes the user to a webpage and from my ASP application, I want the hyperlink to open a new browser session or tab instead of taking over my current session and losing my report. This will give the users the ability to flip back to the report and open another page if they need to.

Interesting how right-clicking the hyperlink has Open in New Tab and Open in New Window greyed out.

Windows application works fine and the hyperlinks open in their own tab.

Is there a way to encapulate the url from the hyperlink in a javascript popUp?

I'm using CRVS2010 in VS2010.

Thanks,

Brian

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Brian,

On the properties page of the view find the Property HyperlinkTarget, default is set to _self, change it to _blank.

Have fun

Don

PS - Thanks to Dan P. For this.

former_member292966
Active Contributor
0 Kudos

Hey Don,

That worked and nothing to code.

Thanks to Dan as well.

Brian

Answers (0)