Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2003
    Posts
    7

    Exiting the Application with HTML or Java?

    hi,
    I am making an application through the internet browser function and wondering if I can insert a command line that will shut the appl. down with using a button in MediaStudio. I tried the "close window" script but that didn't do the trick. thanks for any help!

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746

    Re: Exiting the Application with HTML or Java?

    yes, make an anchored page link, i..e #exit and then simply use your web browser object's GET PROPERTY > URL action OnNavigateComplete and then you can parse that string using a STRING > RIGHT action and exit if it = "exit". Very easy stuff, might sound hard but if you get in there and try I think you'll find it easy to do.

    Corey Milner
    Creative Director, Indigo Rose Software

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts