Ad Code

Website Pop-Up Menu control with other Option

Advertisements
Project of Pop-Up Menu control with other Option using simple HTML Code.
<html>
<head>
<title>Example of Other Option
</title>
</head>
<body>
<h2>Project of Pop-Up Menu control with other Option
</h2>
Which Course You want to take:
<form action="mailto:Your_Email_Id@yahoo.com"method="post"enctype="text/plain">
<select name="course"size="4"multiple >
<option>MS Office
<option selected value="VB">Visual Basic
<option value="HTML">HTML
<option>C++
<option value="PHP">PHP
<option value="Networking">Windows NT
</select>
<br><br>
If other please specify:<input type="text"name="other Course">
<br>
<input type="submit" value="Send">
</form>
</body>
</html>
Output

Download Link
Advertisements