Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:06
Command to open file in folder
Poster: jmcole
Dated: Monday March 15 2010 - 3:06:22 GMT
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/AvailableTitles.aspx#Genre&page=1&sort=1&titleName=&pageSize=10&genreID=-1;");
aI("text=Cox Web Mail;url=https://idm.west.cox.net/coxlogin/ui/webmail?TARGET=-SM-https%3A%2F%2Fwebmail.west.cox.net;");
aI("text=Bills;url=file:///Website/Bills.htm;");
aI("text=Usernames;url=file:///Website/Usernames.htm;");
}
Re: Command to open file in folder
Poster: jmcole
Dated: Saturday March 20 2010 - 16:17:23 GMT
Thanks for all the help!