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...
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>...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.