View Single Post
Old 11-07-2012, 12:34 AM   PM User | #5
dalezjc
New Coder

 
Join Date: Jun 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
dalezjc is an unknown quantity at this point
That screenshot was a mockup because I was posting from home and didn't have access to my code. Here's my code:

Code:
<form action="updatemm_select.asp" method="get">
<table >
        <td><input name="toggle_maint" type="checkbox" value="<% = objid %>">
        </td>
    </tr>
        <%rsqdb.MoveNext%>
        <%loop%>
<tr>
  <td align=center colspan=6>
  <input type="submit" value="Toggle Maint Mode" name="Maint">
  </td>
</tr>
</table>
dalezjc is offline   Reply With Quote