Hi,
I need a function to check for an array of form elements.
At the moment I am using this -
if (document.form1.text_box.length == undefined)
//not array
But i need a way to do this in IE 5.01 and it doesnt seem to work.
Anyone have a different way of checking for this?
Thanks,
Rich
I need a function to check for an array of form elements.
At the moment I am using this -
if (document.form1.text_box.length == undefined)
//not array
But i need a way to do this in IE 5.01 and it doesnt seem to work.
Anyone have a different way of checking for this?
Thanks,
Rich