Answer Posted / bharat pradhan
<script type="text/javascript">
function pick()
{
document.form1.action="submit.php";
document.form1.submit();
}
</script>
<form name="form1" id="form1" method="post" onsubmit="pick()">
<input type="text" name="T1" id="T1">
</form>
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How to concatenate two strings together in php?
What is php and what does it do?
How to get the directory name out of a file path name?
Why php script is not running in browser?
How to execute a php script from the command line?
Why is facebook still using php?
What is strcmp () in php?
Does apache use php?
What are php data types?
What is the differences between $a != $B and $a !== $B?
How can we destroy the cookie in php?
What is an example of a variable?
What is a substring in php?
How to convert a json string to an array in php?
What is sticky form in php?