PDA

View Full Version : Launching links within a web object



d40
05-01-2008, 07:24 AM
when I click on a link in a web site (at the HTML code) with target=_blank it launches the page in the default browser and not within the web object.
Is it possible to force the page to be open in the same web object?
If that's not possible,
Can I force it to be open in a deferent page within my application?

RizlaUK
05-01-2008, 07:51 AM
no, no and no

you can not intercept *blank* target links, i have been asking for a way to do this but as yet its not passable with the AMS web object

screwed over
05-01-2008, 08:26 AM
you could tell your browser object to load the command line args and then set your program as the default browser.

d40
05-01-2008, 08:53 AM
Thank you both for the reply.

Can you kindly give me a link to an example of loading the command line args?
Can I set the default browser to the web object from the AMS?

We are trying to force the people on our network to browse only within the AMS application without the abillity to get access to the address line.

longedge
05-01-2008, 09:40 AM
If it's all contained within the AMS app, then just edit the html docs and take the links out or am I missing something?

d40
05-01-2008, 09:43 AM
We dont have all source files of the web sites.
Some of the pages we show are on the net and include links that open in a new window.
This action open the default browser of the user and not within the web object of the AMS.