how to generate like this???
Posted: Sun Dec 26, 2004 11:43 pm
suppose i have
<form method="POST" action="a.php">
number of text : <select size="1" name="D1">
<option>1</option>
<option>2</option>
<option>3</option>
</select></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>
and how to generate the text box on clicking the submit button according to the selection of combox box....
<form method="POST" action="a.php">
number of text : <select size="1" name="D1">
<option>1</option>
<option>2</option>
<option>3</option>
</select></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>
and how to generate the text box on clicking the submit button according to the selection of combox box....