html form.input.value is not getting printed why ?

Posted by chandu on Stack Overflow See other posts from Stack Overflow or by chandu
Published on 2010-04-09T01:31:22Z Indexed on 2010/04/09 1:33 UTC
Read the original article Hit count: 312

Filed under:

function printvalues() { document.write("This is my first JavaScript!"); document.write(form.inputobj1.value); document.write(form.inputobj2.value); }

why this line is not printing the value document.write(form.inputobj1.value);

© Stack Overflow or respective owner

Related posts about html