1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Java Script Help

Discussion in 'All other topics' started by jmcole, Mar 13, 2010.

Thread Status:
Not open for further replies.
  1. jmcole

    jmcole Regular member

    Joined:
    Jul 19, 2004
    Messages:
    218
    Likes Received:
    0
    Trophy Points:
    26
    I am using java script for a menu on my "homepage". All of the files on on my computer instead the the web, because I use it for my home network.

    I am wanting to open a new web page that is in the same directory as everything else.

    Does anyone know the correct command to put in here?

    Here is the sub menu that I am working on. I need to open the Bills.htm document.

    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=Bills;url=file://localhost/D:/Website/Bills.htm;");
    }
     
Thread Status:
Not open for further replies.

Share This Page