How can we submit a form without a submit button?
Answer Posted / kiran kumar
WE Can Submit a form without using Submit Function.With the
help of JavaScript Function "document.form.submit();"
| Is This Answer Correct ? | 68 Yes | 18 No |
Post New Answer View All Answers
What is data abstraction in php?
How to fix "headers already sent" error in php
How to convert one date format into another in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
Tell me how can we automatically escape incoming data?
What are the four scalar types of php?
Why use static methods php?
Which function can be used to delete a file?
What is the difference between query and inquiry?
What is a base url?
What is session in c#?
What is the function mysql_pconnect() usefull for?
Which escape sequences can be used in single quoted strings in php?
How do you remove whitespace from the beginning and end of a $string variable?
How to retrieve the original query string?