phprockers-logo

How do submit a form without submit button?

Easily submit the values without submit button using javascript in the form.  You can use following code in your program.

<script type="javascript/text">
document.formname.submit();
</script>

0 comments:

Post a Comment