hi, if I do
var f = document.forms['myform'].elements['myele'];
how can I tell f is a text, select, or radio?
Thanks,
qq
var f = document.forms['myform'].elements['myele'];
how can I tell f is a text, select, or radio?
Thanks,
Comment