Announcement

Collapse
No announcement yet.

I don't get it!?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I don't get it!?

    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?


  • #2
    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


    • #3
      Re: I don't get it!?

      Thank you very much for the fast response!!

      I appreciate your help!!

      Comment


      • #4
        Re: I don't get it!?

        [img]/ubbthreads/images/icons/smile.gif[/img]

        Comment

        Working...
        X