Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nguye103

  1. nguye103

    HTA new window with Parameters

    The reason why I wanted to do it this way was because this pogram has a bunch of HTA pages and they are all able to move from page to page with the window.open(nextpage). For some reason though, it's this one page that won't move to the next one using that same command. It's only this page that...
  2. nguye103

    HTA new window with Parameters

    The problem with window.open(nextpage) is that it gives me an "Access is Denied" script error, despite the HTA being in the exact same directory.
  3. nguye103

    HTA new window with Parameters

    I have to use the 'nextpage' variable because it was passed in that way. That code looks like I would have to hard code in the entire path....which I can't.
  4. nguye103

    HTA new window with Parameters

    I have been working on this thing forever!! I am in desperate need of help!! I currently am running an HTA file called h1.hta and I want to be able to open another HTA called h2.hta that will take in parameters and close the current HTA. I am using this snippet of code to open the new...
  5. nguye103

    Netscapte & Javascript

    Hello, I have this javascript that let's the user see the latitude and longitude when they move the mouse over an image. The problem is that this only works in explorer and not netscape or mozilla. I was wondering if anyone could give me any help on getting this to work on netscape and or...
  6. nguye103

    OnMouseOver with netscape and firefox

    I tried doing what you said with Firefox, but there were no errors or anything. I think this is because the website goes to a different page if the browser is not one of the ones indicated in the script. Here is where the application is being used: http://bsrsi.msu.edu/cgi-bin/gz/e0010541219002...
  7. nguye103

    OnMouseOver with netscape and firefox

    Hi, I am not very experienced with javascript at all, but i need to modify a website that contains javascript. I am using a program that uses the mouseover function to show the latitude and longitude of an area when the user scrolls over a picture of a map. This program works fine in internet...

Part and Inventory Search

Back
Top