Example 3

<table style="border:1px solid #CCCCCC">
 <tr>
  <td>
  <table border="0">
  <form action="http://www.teamspace.com/cgi-bin/ts_enterteam.pl" method="post">
  <input type="hidden" name="Language" value="1">
   <tr>
    <td style="font-size:8pt">Team</td>
   </tr>
   <tr>
    <td style="font-size:8pt">
    <select style="font-size:8pt" name="TSID" size="1">
     <option value="TEAMID1">Team name1</option>
     <option value="TEAMID2">Team name2</option>
     <option value="TEAMID3" selected="selected">Team name3</option>
     <option value="TEAMID4">Team name4</option>
    </select>
    </td>
   </tr>
   <tr>
    <td style="font-size:8pt">Name</td>
   </tr>
   <tr>
    <td><input type="text" name="UserName" value="" size="6"></td>
   </tr>
   <tr>
    <td style="font-size:8pt">Password</td>
   </tr>
   <tr>
    <td><input type=password name=Passwd size="6"></td>
   </tr>
   <tr>
    <td><input style="font-size:8pt" type="submit" value="Login"></td>
   </tr>
   <tr>
    <td><a href="http://www.teamspace.com" style="text-decoration:none; color:#445566;font-size:7pt;">© teamspace </a></td>
   </tr>
  </form>
  </table>
  </td>
 </tr>
</table>