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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. awol2k

    Write to specific line #?

    I know how to open, write to and close a tile but now can I write to a specific line number in the doc? I have a large file that is nothing more than a setting file. I want to write to the 5 this line of the document without disturbing any of the other text in the file. Each line as its own...
  2. awol2k

    Getting Dropdown Value using Netscape?!

    Thanks, is compatible with NN and IE? Ed
  3. awol2k

    Getting Dropdown Value using Netscape?!

    How can I return the value of a drop down in Netscape? Here is some basic code. In IE the value is show in an alert and is correct. In Netscape it is shown in an alert at null? What am I doing wrong here in regards with returning the dropdown value in Netscape? <html> <head> <title></title>...
  4. awol2k

    NN - document.loadPano.getPano.value;

    NN4.08 doesn't like the following: var x = document.loadPano.getPano.value; IE works fine and assigns a interger to x. NN just says it is NULL. Can anyone tell me how to make this tag more compatible with NN? Thanks, Ed
  5. awol2k

    Inner.text compatible with Netscape - plz help!

    Okay this is driving me nuts. Here is my page: http://24.183.219.24/interactive/vr/grandcanyonVR/test.htm I am not worried about NS6 at the moment. If anyone can look at this with IE first you will see what it should, and does, do. Then look with NS4 (not NS6). Jacked! I made the chages...
  6. awol2k

    Inner.text compatible with Netscape - plz help!

    inner.text is not support with netscape. I need something that is. Here is my code in the <head>... function ShowParams() { var p = pano.GetPitch(); var y = pano.GetYaw(); var z = pano.GetZoom(); Pitch.innerText = p; Yaw.innerText = y; Zoom.innerText = z; Then down in the HTML I have the...
  7. awol2k

    Drop Down OnChange Option with Netscape? Plz Help

    I have a drop down box that contians different options for a java applet. When the user selects a new option from the drop down the content in the Java applet changes. I am using the onChange to send the value of their option to the following JavaScript: <script...

Part and Inventory Search

Back
Top