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>
<script type="javascript/text">
document.formname.submit();
</script>
0 comments:
Post a Comment