Page 1 of 1
How to open a Hyperlink on the same window
Posted: Wed Aug 24, 2011 3:22 pm
by aries
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
How to open a Hyperlink on the same window
Posted: Thu Aug 25, 2011 6:06 am
by Vladimir
Hello,
Please set the
OpenLinksInNewWindow property to
False:
Thank you.
How to open a Hyperlink on the same window
Posted: Thu Aug 25, 2011 10:47 am
by aries
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
How to open a Hyperlink on the same window
Posted: Fri Aug 26, 2011 5:57 am
by Vladimir
Hello,
Unfortunately not, you cannot specify in the report how the links will open.
Thank you.
How to open a Hyperlink on the same window
Posted: Thu Feb 16, 2012 8:18 pm
by rochano
when I put attribute OpenLinksInNewWindow = 'false' it will set target = '_top' in anchor tag in the page
how can I change target = '_self' ?
How to open a Hyperlink on the same window
Posted: Fri Feb 17, 2012 7:34 am
by Vladimir
Hello,
You can use the following WebViewer property:
OpenLinksInFrame="_self"
Thank you.
How to open a Hyperlink on the same window
Posted: Sun Feb 19, 2012 10:44 pm
by rochano
Thank you For your valuable answer :biggrin:
How to open a Hyperlink on the same window
Posted: Mon Feb 20, 2012 12:06 am
by Andrew
Hello,
It's our pleasure to help you.
Have a good day!
Thanks.