Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2005
    Posts
    572

    how can i know the link the user press in web object

    how can i know the link the user press in web object

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    There's no real way in AMS with the native object, However retesets IExplorer Object plugin may help you there.

  3. #3
    Join Date
    Aug 2003
    Posts
    2,427
    A workaround allbeit a little clunky would be to use Web.GetURL fired by the page timer 2 or 3 times a second. A quick compare of two variables to see if the URL has changed and if so store the new URL.

  4. #4
    Join Date
    Oct 2005
    Posts
    572

    i dont understand what is IExplorer Object plugin i work whit web object

    i wont to know if user pres on link in web object then i get the link in string on message box.

  5. #5
    Join Date
    Aug 2003
    Posts
    2,427
    The attached example does what you are asking for as far as I can see (more or less). If not, then perhaps you should re-phrase your question.

  6. #6
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    Quote Originally Posted by lnd View Post
    how can i know the link the user press in web object
    If you place a script in the On Navigate event of your web object, you can easily use the e_URL variable to retrieve the address of the link that was clicked by the user. If you don't want him to leave the current page, use an anchor instead of a link.

    http://www.indigorose.com/webhelp/am...tm#On_Navigate

    Ulrich
    Last edited by Ulrich; 12-16-2008 at 05:10 AM.

Similar Threads

  1. Get Link From Web Page Load It To Web Object
    By jackdaniels in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 03-26-2008, 05:37 AM
  2. Web Object Right Click Management
    By Roboblue in forum AutoPlay Media Studio 7.5 Examples
    Replies: 9
    Last Post: 12-24-2007, 01:56 PM
  3. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  4. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  5. Replies: 0
    Last Post: 10-04-2002, 10:09 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