Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h1. SiD Workshop Registration Form

h2. January 28-30 2008

{html}
<form method="POST" action="http://www-sid.slac.stanford.edu/SLAC-jan08-workshop/registerII.asp">
<table border="10" cellpadding="0" cellspacing="05">
        <tr>
           <th>Last<th align="left">Last/Family Name</th>
          <td><input type="text" name="lname" size="36"></td>
        </tr>
        <tr>
          <th>First<th align="left">First Name</b></th>
          <td><input type="text" name="fname" size="36"></td>
        </tr>
        <tr>
          <th>Institution<<th align="left">Institution</b></th>
          <td><input type="text" name="institution" size="36"></td>
        </tr>
        <tr>
          <th>Email<th align="left">Email Address</th>
          <td><input type="text" name="email" size="36"></td>
        </tr>
        <tr>
        <tr>
          <td><input <td colspan="2"><input type="submit" value="Sign Up" name="B1"></td>
        </tr>
</table>
</form>
{html}