I don't get it!?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Cryopod
    Forum Member
    • Aug 2002
    • 8

    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?

  • Derek
    Indigo Rose Customer
    • May 2001
    • 1254

    #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

    • Cryopod
      Forum Member
      • Aug 2002
      • 8

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

      Thank you very much for the fast response!!

      I appreciate your help!!

      Comment

      • unknown user
        Forum Member
        • Mar 2024
        • 123

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

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

        Comment

        Working...
        X