<form name=kk action="file.php">
<input type=text name=kkk value="Hi">
</Form>
How can I submit this form auto. using JavaScript code?
Printable View
<form name=kk action="file.php">
<input type=text name=kkk value="Hi">
</Form>
How can I submit this form auto. using JavaScript code?
kk.submit(); should do it I think.