web.jpg
when click a link in web object it open with the default browser .
i need to force the web object to open all its links in the same web object not in the default browser
can u help me ?
thanks
Professional Software Development Tools
web.jpg
when click a link in web object it open with the default browser .
i need to force the web object to open all its links in the same web object not in the default browser
can u help me ?
thanks
Links are loaded into the Web object by default. If a link opens a new browser window, you must change the HTML - there is a "target" set for the link that needs to be removed from the code. If this is not your own HTML document, then you are out of luck, because the author of the page designed it to work this way.
Ulrich
I am out of luck . !!!
thanx Ulrich