How can we submit a form without a submit buttom?
Answer Posted / abhishek anand
Use image element instead submit button
<input type="img" src="img_path/img_name.src">
give the action page name as action attribute in form
element like
<form name="myform' action="myaction.php">
The Image element will work very similar as submit button.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is associative array in php?
Which software is best for php?
What are php strings?
How to create a mysql connection in php?
How to write php function in html onclick?
What does a dependant variable mean?
How many functions are there in php?
Why would we use === instead of ==?
is that "enumerated array" equal to "numeric array"?
What is the difference between runtime exception and compile time exception?
What is strcmp?
What are the benefits of using php?
What is the difference between pop3 IMAP and MAPI?
Can we override static method?
Explain me is multiple inheritance supported in php?