Command for document on hard drive

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
jmcole
Beginner
Beginner
Posts: 3
Joined: Mon Mar 15, 2010 12:45 am

Command for document on hard drive

Post by jmcole »

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/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;");
}
Post Reply