how i change hyperlink target

Stimulsoft Ultimate discussion
Post Reply
rochano
Posts: 3
Joined: Thu Feb 16, 2012 7:16 pm
Location: thailand

how i change hyperlink target

Post by rochano »

i use stimulreport ultimate 2011 for C#.net web application and use hyper link for call javascript function . It generate hyper link to anchor tag and set target = '_blank' .So how I change target into '_self' or '_parent' or somethings else . Thank you in advance:blush:
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

how i change hyperlink target

Post by HighAley »

Hello.
rochano wrote:i use stimulreport ultimate 2011 for C#.net web application and use hyper link for call javascript function . It generate hyper link to anchor tag and set target = '_blank' .So how I change target into '_self' or '_parent' or somethings else . Thank you in advance:blush:
Please, try to set next property for WebViewer:

Code: Select all

OpenLinksInNewWindow="False"
Thank you.
Post Reply