Hey,

you can use following aliases:

Code:
; Usage:
;
; //echo -a > $Browser_URL(firefox)
; //echo -a > $Browser_Titlebar(firefox)
;
; To get info from Internet Explorer, use identifier "iexplore" without the quotes
;

alias Browser_URL return $gettok($dde($$1,www_getwindowinfo,1),1,34)
alias Browser_Titlebar return $gettok($dde($$1,www_getwindowinfo,1),3,34)


Both of these will return the info from the active tab. If you have multiple instances of the same browser open, it will return info from the firstly opened instance.

Last edited by FiberOPtics; 22/11/08 09:58 PM.

Gone.