How can we submit a form without a submit button?
Answer Posted / guest
The main idea behind this is to use Java script submit()
function in
order to submit the form without explicitly clicking any
submit button.
You can attach the document.formname.submit() method to onclick,
onchange events of different inputs and perform the form
submission. you
can even built a timer function where you can automatically
submit the
form after xx seconds once the loading is done (can be seen
in online
test sites).
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How I can control asset documents without GR/IR?
Why do we use interface in php?
Explain mysql_errno()?
What are php libraries?
Is php pass by reference or value?
What is xss and csrf?
Tell me what is the use of mysql_real_escape_string() function?
What are the array functions in php?
How big is varchar max?
Do you know what is the function func_num_args() used for?
What are the correct and the most two common way to start and finish a PHP block of code?
What is a php session?
Explain what are the different errors in php?
Which php global variable is used for uploading a file?
What are the 5 types of variables?