How can we submit a form without a submit buttom?
Answer Posted / koushik
Javascript form submit
document.FORM_NAME.action="page.php";
document.FORM_NAME.submit();
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the difference between pop3 IMAP and MAPI?
Is age a variable in research?
What is a PHP accelerator?
How can we submit a form without using submit buttons?
How you can update memcached when you make changes to php?
How do you call a constructor for a parent class?
Why use static methods php?
Is php free to use?
Is age nominal or ordinal?
What is variable give example?
Why json is used in php?
How to join multiple strings into a single string?
How can we set and destroy the cookie in php?
What are getters and setters php?
How can php and javascript interact?