I am stumped at determining the URL of the current page being displayed in the browser widget.
I have a stack with the widget and I set its URL
The page displays and I can interact with it.
Great.
I then click on a link within the page (actually on a pop upwundow) and go to another page.
How do I get the URL of this page?
Looking at the dictionary it seems I could respond to "browserDocumentLoadComplete pUrl"
But I don't know how to use it.
I am assuming it can be located in a script in the card.
So I tried...
Code: Select all
on browserDocumentLoadComplete pUrl
put purl
end browserDocumentLoadCompleteAny ideas?
