webBrowser.getFrontWindowURL
| Syntax |
webBrowser.getFrontWindowURL ()
|
| Params |
None required.
|
| Action |
Gets the URL of the page being displayed in the front window of the running web browser.
|
| Returns |
The URL of the page being displayed in the front window of the running web browser.
|
| Examples |
webBrowser.getFrontWindowURL () » "http://news.userland.com/"
|
| Notes |
This verb is implemented as a script.
|
| See Also |
webBrowser.getFrontWindowSource
|