Skip to content

Instantly share code, notes, and snippets.

@kaldas
Created December 1, 2011 20:08
Show Gist options
  • Save kaldas/1419458 to your computer and use it in GitHub Desktop.
Save kaldas/1419458 to your computer and use it in GitHub Desktop.
form.html
<form id="jogoMemo" name="jogoMemo" method="post" action="">
<table width="396" border="0" cellpadding="3" cellspacing="3">
<tr>
<td width="196">Qual é o <b>[NÚMERO]</b> valor?</td>
<td width="186"><input type="text" name="textfield" id="textfield" />
</td>
</tr>
<tr>
<td><input type="hidden" name="segredo" id="segredo" /></td>
<td><input type="submit" name="enviar" id="enviar" value="Enviar!" /></td>
</tr>
</table>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment