Guest_imported
New member
- Jan 1, 1970
- 0
Hello!
My html code is as follows:
<html>
<head>
<title>Create Exam Tests</title>
</head>
<h2><center>Exam Tests</center></h2>
<hr>
<h3>Please enter the details of the exam test you wish to create:</h3>
<br>
<br>
<form method="post" action="
Module Name: <select name="module">
<option>select module
<option>CT 437 Distributed Systems
<option>CT 438 E-Commerce
<option>CT 413 Industrial Applications
<option>CT 412 Research and Professional Development
<option>CT 431 Business Object Technology
<option>CT 434 Computer-Supported Cooperative Work
<option>CT 487 Computer Security and Cryptography
</select>
<br>
<br>
<br>
..........................
<p><input type="submit" wrap=hard value="Submit">
<input type="reset" value="Reset"></p>
</form>
</TABLE>
</body>
</html>
Can anyone tell me how I can create a hidden field for the 'module' list? Is it possible?
Thank you!!
My html code is as follows:
<html>
<head>
<title>Create Exam Tests</title>
</head>
<h2><center>Exam Tests</center></h2>
<hr>
<h3>Please enter the details of the exam test you wish to create:</h3>
<br>
<br>
<form method="post" action="
Module Name: <select name="module">
<option>select module
<option>CT 437 Distributed Systems
<option>CT 438 E-Commerce
<option>CT 413 Industrial Applications
<option>CT 412 Research and Professional Development
<option>CT 431 Business Object Technology
<option>CT 434 Computer-Supported Cooperative Work
<option>CT 487 Computer Security and Cryptography
</select>
<br>
<br>
<br>
..........................
<p><input type="submit" wrap=hard value="Submit">
<input type="reset" value="Reset"></p>
</form>
</TABLE>
</body>
</html>
Can anyone tell me how I can create a hidden field for the 'module' list? Is it possible?
Thank you!!