ChrisMacPherson
Programmer
I have just read a whole page about not using layers! I wish that the new browsers would hurry up!<br><br>I need to access the value of a text box which lies in a form, the form is in a layer/div. It works in IE fine (as usual) but i'm getting the old (has no properties...) msg!<br><br>Here is the statement I'm using:<br><br>if(itemString.indexOf<br> (document.searchlayer.searchForm.elements[0].value) != -1)<br><br>searchlayer is the layer name. I have also tried using layers[0], but to no avail.<br><br>Any help...Thank the lord!!!!!<br><br>Chris MacPherson