Hi there,
getElementById is a method of the document, not the form, so you should use this:
document.getElementById('MyFormFieldID')
instead of this:
document.MyForm.getElementById('MyFormFieldID')
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|