Command to open file in folder

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jmcole
Beginner
Beginner
Posts: 3
Joined: Mon Mar 15, 2010 12:45 am

Command to open file in folder

Post by jmcole »

Sorry, I posted this on the 3.0.forum. But anyway,,,


I have been working on this menu for a while. I am using it for my home network. All of my commands are working except for the ones that bring up a document from the hard drive (Bills.htm and Username.htm). Here is the sub menu that I'm working on, what am I doing wrong?

with(milonic=new menuname("Miscellanous")){
margin=4;
style=submenuStyle;
aI("text=E mail;url=http://www.mail.com;");
aI("text=File Hippo;url=http://www.filehippo.com;");
aI("text=XM Radio;url=http://www.xmradio.com;");
aI("text=Red Box;url=http://www.redbox.com/Titles/AvailableT ... genreID=-1;");
aI("text=Cox Web Mail;url=https://idm.west.cox.net/coxlogin/ui/we ... st.cox.net;");
aI("text=Bills;url=file:///Website/Bills.htm;");
aI("text=Usernames;url=file:///Website/Usernames.htm;");
}
Last edited by jmcole on Sat Mar 20, 2010 5:18 pm, edited 1 time in total.
jmcole
Beginner
Beginner
Posts: 3
Joined: Mon Mar 15, 2010 12:45 am

Re: Command to open file in folder

Post by jmcole »

Thanks for all the help!
Post Reply