Need a little help I am passing values from a scrolling textbox in one form to a type hidden in another form... I am using a simple function to move these values and it seems to work fine in IE but in Netscape it doesn't work...
function MoveIt() {
if (document.all) // then it's ie 4+
var z=document.all.hospital.value = document.all.hospblank.hospital2.value
else // might be ns 4+
(°) var z=document.layers.hospital.value=document.layers.hosblank.hospital2.value
}
OR replace the line (°) with :
z=document.hospital.value=document.hospblanck.hospital2?value
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.