> Is there any way you can get the url of the frontmost IE/Firefox 
> window into a PowerPro variable?

If the PowerPro variable "BrowserURL" doesn't work, the following 
script can be copied to a PProNote, right click on the PProNote and 
select "Run as script". It may give you your commandline (I'm not 
running Firefox).

;
WAIT.Message(5,"Click on the child window that has text")

LOCAL var=WIN.childtextbyindex("c="++ ;;+
WIN.Class("active"),MiscPlugin.GetFocus(1))

WIN.Debug(var)
DEBUG Testing Variable=var:

WIN.Debug(??var=WIN.childtextbyindex("=?++ ;;+
exefilename++ ??",? ++MiscPlugin.GetFocus(1)++")")

DEBUG OR can use for most programs:

WIN.Debug(??var=WIN.childtextbyindex("c=?++ ;;+
WIN.Class("active")++ ??",? ++MiscPlugin.GetFocus(1)++")")

DEBUG Best commandline is below (copy as-is from debug):

WIN.Show("PowerPro Debug")
QUIT

Ted






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to