How can we submit a form without a submit button?

What is the use of obj_star?

Answers were Sorted based on User's Feedback



How can we submit a form without a submit button? What is the use of obj_star? ..

Answer / shahnawaz sheikh

If there is a drop down option botton or combo box then we
can use onchange event . And on change of options we can
submit it without clicking on Submit button,

Is This Answer Correct ?    8 Yes 0 No

How can we submit a form without a submit button? What is the use of obj_star? ..

Answer /

By using javascript document.submit()
and <input type=image>

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More PHP Interview Questions

What are the ways to include file in php?

0 Answers  


Explain me what is the use of header() function in php?

0 Answers  


How can a cross-site scripting attack be prevented by php?

0 Answers  


Why ide is recommended for use while programming with php?

0 Answers  


i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.

6 Answers  


Is php required for wordpress?

0 Answers  


Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host

2 Answers  


How to execute an sql query?

0 Answers  


Whats the difference between include() and require()?

4 Answers  


What is difference between get and post in php?

0 Answers  


Explain PHP looping?

0 Answers  


how to insert, update data in database

4 Answers  


Categories