Hi guys, I have the following line
Now on an IE6+ browser this seems to work just fine, however on an IE5 browser (and i haven't tried more than IE5 browser) I get the message 'value' is not an object.

Code:
this.batch_number=top.FrameFormList.document.formRechercher.batch_number.value;
Now on an IE6+ browser this seems to work just fine, however on an IE5 browser (and i haven't tried more than IE5 browser) I get the message 'value' is not an object.

