Guest User

Untitled

a guest
May 9th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <FORM action="http://somesite.com/prog/someprog" method="post">
  2. <P>
  3. <SELECT name="ComOS">
  4. <OPTION selected label="none" value="none">None</OPTION>
  5. <OPTGROUP label="PortMaster 3">
  6. <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1</OPTION>
  7. <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7</OPTION>
  8. <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5</OPTION>
  9. </OPTGROUP>
  10. <OPTGROUP label="PortMaster 2">
  11. <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7</OPTION>
  12. <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5</OPTION>
  13. </OPTGROUP>
  14. <OPTGROUP label="IRX">
  15. <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R</OPTION>
  16. <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R</OPTION>
  17. </OPTGROUP>
  18. </SELECT>
  19. </FORM>
Advertisement
Add Comment
Please, Sign In to add comment