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

Explain the difference between require() and require_once()?

0 Answers  


What is the difference between $argv and $argc? Give example?

0 Answers  


What is strcmp () in php?

0 Answers  


Can we run php in apache tomcat?

0 Answers  


How does php serialize work?

0 Answers  






How to increase session life time using PHP?

8 Answers  


What is the name of scripting engine in php?

0 Answers  


How to open standard output as a file handle?

0 Answers  


How to remove white spaces from the beginning and/or the end of a string in php?

0 Answers  


what is benefit of magento?

0 Answers  


What is the substitution of submit in PHP?

6 Answers   RedAlkemi,


What is meant by an associative array?

0 Answers  


Categories