Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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>