Hello John,

Depends whether you would rather keep the list of sites in a file,
or in a command list, or in a folder of shortcuts.

-------------------------------------------------

[A] in a file:

Your hotkey should have:
Command: Menu
Menu action: ShowFile
File: "c:\folder\subfolder\urlmenu.txt"

and make a plain text file urlmenu.txt containing lines like these

microsoft="iexplore" "http://www.microsoft.com";
PowerPro home="iexplore" "http://powerpro.webeddie.com/";

-------------------------------------------------

[B] in a command list:

Your hotkey should have the command:
Command: Menu
Menu action: Show
Command list: urlmenu

and make a new command list called urlmenu with items like this:

Name: Microsoft
Command: iexplore
Parameter: http://www.microsoft.com

-------------------------------------------------

[C] in a folder of URL shortcuts
arrange your IE favorites to make a subfolder "menu" with the links
for this menu

C:\Documents and Settings\YourName\Favorites\menu\

Your hotkey has the command:
Command: Menu
action: folder
folder: "C:\Documents and Settings\YourName\Favorites\menu"

which works if IE is your default browser.

-------------------------------------------------

> ...  There's a browserURL function but I must not be using it
> correctly and I'm not even sure if that's the one I really want.

The browserurl function is not for making any action happen.
It is for finding out some information, the URL currently displayed
in your browser, for example to put into a variable which will be
used later

URLvar = browserURL("iexplore")



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/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