form forward not working
Posted: Mon Aug 22, 2011 4:30 am
[text]
Below code is not forwarding the action to codetesting.php. Please help
[/text]
Below code is not forwarding the action to codetesting.php. Please help
[/text]
Code: Select all
<html>
<head>
</head>
<body>
<form method="post" action="codetesting.php">
<select name="Para">
<option value="Yes"> Yes </option>
<option value="No"> No </option>
<option value="NA"> NA </option>
</select>
</form>
<input type="submit" name="submit" value="Submit">
</body>
</html>