How to open a Hyperlink on the same window
How to open a Hyperlink on the same window
Hi,
I've added a hyperlink to one of my reports which is supposed to open a new page. the problem is that it does what I need but the new page, which is just another page in my web site, is being opened in a new window. But I want to have it opened on the same window, replacing the report. how can I do that?
Thanks
I've added a hyperlink to one of my reports which is supposed to open a new page. the problem is that it does what I need but the new page, which is just another page in my web site, is being opened in a new window. But I want to have it opened on the same window, replacing the report. how can I do that?
Thanks
How to open a Hyperlink on the same window
Thank you for the response. But is there a way to do that in the Designer? what I mean is that Flash screen in the browser where we use to create and modify the report instead of touching the code.
Thanks
Thanks
How to open a Hyperlink on the same window
Hello,
Unfortunately not, you cannot specify in the report how the links will open.
Thank you.
Unfortunately not, you cannot specify in the report how the links will open.
Thank you.
How to open a Hyperlink on the same window
when I put attribute OpenLinksInNewWindow = 'false' it will set target = '_top' in anchor tag in the page
how can I change target = '_self' ?
how can I change target = '_self' ?
How to open a Hyperlink on the same window
Hello,
You can use the following WebViewer property:
OpenLinksInFrame="_self"
Thank you.
You can use the following WebViewer property:
OpenLinksInFrame="_self"
Thank you.
How to open a Hyperlink on the same window
Thank you For your valuable answer :biggrin:
How to open a Hyperlink on the same window
Hello,
It's our pleasure to help you.
Have a good day!
Thanks.
It's our pleasure to help you.
Have a good day!
Thanks.