reasr
03-03-2005, 12:18 PM
Hi this is my first post in this site, and i whish you help me
i have the following html page and i need a script that create a window
showing the selected items as a sentence , also with "Print" & "Close" buttons
-----------------------------------------------
<html>
<head>
</head>
<body>
<form method="POST">
Inquiry Details : <br>
<br>
<input type="checkbox" name="shoes" value="ON"> Shoes<br>
<input type="checkbox" name="tshirt" value="ON"> T-shirt</p>
<p><select size="1" name="accessories">
<option selected>Accessories</option>
<option value="Belt">Watch</option>
<option>Blue</option>
</select><br>
</p>
<p><select size="1" name="Glasses">
<option value="Nike">Nike</option>
<option>Reyban</option>
<option value="Police">Police</option>
<option selected>Glasses</option>
</select><br></p>
<p>
<input type="submit" value="Report" name="B1" style="border-style: ridge; border-width: 1"></p>
</form>
</body>
</html>
----------------------
Regards,
i have the following html page and i need a script that create a window
showing the selected items as a sentence , also with "Print" & "Close" buttons
-----------------------------------------------
<html>
<head>
</head>
<body>
<form method="POST">
Inquiry Details : <br>
<br>
<input type="checkbox" name="shoes" value="ON"> Shoes<br>
<input type="checkbox" name="tshirt" value="ON"> T-shirt</p>
<p><select size="1" name="accessories">
<option selected>Accessories</option>
<option value="Belt">Watch</option>
<option>Blue</option>
</select><br>
</p>
<p><select size="1" name="Glasses">
<option value="Nike">Nike</option>
<option>Reyban</option>
<option value="Police">Police</option>
<option selected>Glasses</option>
</select><br></p>
<p>
<input type="submit" value="Report" name="B1" style="border-style: ridge; border-width: 1"></p>
</form>
</body>
</html>
----------------------
Regards,