How can we submit a form without a submit button?
Answer Posted / vikas uniyal
We have to use a javascript function:-
<script language="javascript" type="text/javascript">
document.formname.submit();
</script>
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Write an example to remove html tags from a string in php?
Can we extend two classes in php?
What is $$ in php?
How to split a string into array using php?
What are the characteristics of php?
Is multilevel inheritance possible in php?
How to redirect a url from http to https in .htaccess?
Does apache use php?
What is a php 5?
Which is the best web server?
What are php variables?
What is apache and php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
Does php pass arrays by reference?
How do you compare strings in java?