I don't understand how to create a hyperlink to a Web page and have it open up in the host browser. In other words, can I place a hyperlink created in AMS that will open up a full browser window on the host computer?
Announcement
Collapse
No announcement yet.
I don't get it!?
Collapse
X
-
Re: I don't get it!?
Hi Cryopod,
Sure, use File.Open and put the URL in the address field for the file to execute.
If you want full screen (maxed with no Titlebar), use File.Execute and type in:
%ProgramFiles%\Internet Explorer\iexplore.exe
for the file to open
then specify kiosk mode with:
-k http://www.indigorose.com (or some other URL)
as the command line argument.
Hope this helps-
= Derek
["All glory comes from daring to begin" - fortune cookie]
-
Comment