Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2005
    Posts
    572

    how i know the site name thet open in internet explorer

    how i know the site name thet open in internet explorer?
    Attached Images
    • File Type: gif 1.GIF (29.1 KB, 33 views)

  2. #2
    Join Date
    Dec 2003
    Posts
    891
    If you are using the AMS web object to open the page, Then Web.GetURL will return a string that you can display.
    put this in the Web Object - Properties - On Loaded
    Code:
    sSiteName = Web.GetURL("Web1");
    result = Dialog.Message("Notice",sSiteName , MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
    you can also create an input box somewhere and display the address there.
    put this in the Web Object - Properties - On Loaded
    Code:
    sSiteName = Web.GetURL("Web1");
    Input.SetText("Input1", sSiteName);
    you can see a lot of features in the custom browser.apz.
    Attached Files

  3. #3
    Join Date
    Oct 2005
    Posts
    572

    i dont use the web object i wont to get the site from internet explorer

    i dont use the web object i wont to get the site from microsoft internet explorer

  4. #4
    Join Date
    Oct 2005
    Posts
    572

    Grin help

    help

  5. #5
    Join Date
    Nov 2006
    Location
    Sheffield UK
    Posts
    62
    Can you explain further?

  6. #6
    Join Date
    Oct 2005
    Posts
    572

    i need to get the address (web site) in internet explorer

    i need to get the address (web site) in internet explorer.
    i go to "www.google.com" in microsoft internet explorer and i wont to put a batton in ams6 and if i posh the batton i get messeg "www.google.com"

  7. #7
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Web.GetURL("yourwebobject");

  8. #8
    Join Date
    Dec 2003
    Posts
    891
    yosik
    He wants to have IE opened separately, then have a button in the ams project that will give a return of the web page that is opened in IE (not a web object).
    At least I THINK that is what he wants by his other thread on this subject.
    lnd
    I don't know how to do that, but maybe some one else does. I haven't seen any other posts on it, tho.

Similar Threads

  1. Determining what Version of Internet Explorer is Installed
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 10:59 AM
  2. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-10-2002, 10:07 AM
  3. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-10-2002, 10:06 AM
  4. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-10-2002, 10:06 AM
  5. INFO: Launching Internet Explorer in Kiosk Mode
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-10-2002, 10:05 AM

Posting Permissions

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