How can we submit a form without a submit button?
Answer Posted / parag kuhikar
<form >
<select name="select" onchange="form.action='a.php'">
<option value="yes">yes</option><option
value="no">no</option></select>
<input type="image"
src="../../../Users/Dell/Desktop/images/Avatar Movie
Wallpaper 3.jpg" height="10" width="10" />
</form>
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What are some new features introduced in php7?
Tell me what is the difference between exception::getmessage and exception::getline?
Explain me is it possible to destroy a cookie?
What is mysql in php?
What is php used for?
How to execute a function in php?
Is php dying 2018?
What are the two most common ways to start and finish a php block of code?
What is difference between md5 and SHA256?
How to remove blank spaces from the string?
What is different between software and app
What is difference between session and cookie in PHP?
What is a controller in programming?
How to download files from an external server with code in php?
How do I find out the number of parameters passed into function9?