Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:06
Command for document on hard drive
Poster: jmcole
Dated: Sunday March 14 2010 - 23:56:38 GMT
I have been working on this menu for a while. All of my commands are working except for the ones that bring up a documant 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;");
}