aaarte Postado Abril 4, 2005 Denunciar Share Postado Abril 4, 2005 Se alguém puder me ajudar, eu copiei esse formulário de um site e não to conseguindo fazê-lo funcionar na minha página. Se alguém puder me ajudar, o formulário é esse ai. <table width="400"> <tr> <th bgcolor="#000066"> <font color="#FFFFFF" face="Verdana" size="2"> Nome: </font> </th> <td bgcolor="#000066"> <input name="_Nome" maxlength="50" size="25"></td> </tr> <tr> <th bgcolor="#000066"> <font color="#FFFFFF" face="Verdana" size="2"> Endereço: </font> </th> <td bgcolor="#000066"> <input name="_Endereco" maxlength="100" size="25"></td> </tr> <tr bgcolor="#000066"> <th> <font color="#FFFFFF" face="Verdana" size="2"> Telefone Comercial: </font> </th> <td> <input name="_Fone_Comercial" maxlength="12" size="25"> </td> </tr> <tr bgcolor="#000066"> <th> <font color="#FFFFFF" face="Verdana" size="2"> Telefone Residencial: </font> </th> <td> <input name="_Fone_Residencial" maxlength="12" size="25"> </td> </tr> <tr bgcolor="#000066"> <th> <font color="#FFFFFF" face="Verdana" size="2"> Cidade: </font> </th> <td> <input name="_Cidade" maxlength="25" size="25"> </td> </tr> <tr bgcolor="#000066"> <th> <font color="#FFFFFF" face="Verdana" size="2"> E-mail: </font> </th> <td> <input name="_E-mail" maxlength="25" size="25"> </td> </tr> <tr bgcolor="#000066"> <th> <font color="#FFFFFF" face="Verdana" size="2"> Assunto: </font> </th> <td> <select name="_Assunto" size="1"> <option>Escolha <option>Orçamento <option>Configuração de micros <option>Ass. Técnica <option>Informação <option>Reclamação <option>Outros </select> <textarea name="_Texto" cols="40" rows="4">Digite aqui sua mensagem ...</textarea> </td> </tr> <tr> <th colspan="2" bgcolor="#000066"> <input type="submit" value="Enviar" name="submit"> </th> </tr> </table> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 OSJunior Postado Abril 4, 2005 Denunciar Share Postado Abril 4, 2005 é necessário que ele possua as tags <form> e </form> colocadas adequadamente.Aproveitando: feche seus <option>falou. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
aaarte
Se alguém puder me ajudar, eu copiei esse formulário de um site e não to conseguindo fazê-lo funcionar na minha página.
Se alguém puder me ajudar, o formulário é esse ai.
<table width="400">
<tr>
<th bgcolor="#000066"> <font color="#FFFFFF" face="Verdana" size="2"> Nome: </font> </th>
<td bgcolor="#000066">
<input name="_Nome" maxlength="50" size="25"></td>
</tr>
<tr>
<th bgcolor="#000066"> <font color="#FFFFFF" face="Verdana" size="2"> Endereço: </font> </th>
<td bgcolor="#000066">
<input name="_Endereco" maxlength="100" size="25"></td>
</tr>
<tr bgcolor="#000066">
<th> <font color="#FFFFFF" face="Verdana" size="2"> Telefone Comercial: </font> </th>
<td>
<input name="_Fone_Comercial" maxlength="12" size="25">
</td>
</tr>
<tr bgcolor="#000066">
<th> <font color="#FFFFFF" face="Verdana" size="2"> Telefone Residencial: </font> </th>
<td>
<input name="_Fone_Residencial" maxlength="12" size="25">
</td>
</tr>
<tr bgcolor="#000066">
<th> <font color="#FFFFFF" face="Verdana" size="2"> Cidade: </font> </th>
<td>
<input name="_Cidade" maxlength="25" size="25">
</td>
</tr>
<tr bgcolor="#000066">
<th> <font color="#FFFFFF" face="Verdana" size="2"> E-mail: </font> </th>
<td>
<input name="_E-mail" maxlength="25" size="25">
</td>
</tr>
<tr bgcolor="#000066">
<th> <font color="#FFFFFF" face="Verdana" size="2"> Assunto: </font> </th>
<td>
<select name="_Assunto" size="1">
<option>Escolha
<option>Orçamento
<option>Configuração de micros
<option>Ass. Técnica
<option>Informação
<option>Reclamação
<option>Outros
</select>
<textarea name="_Texto" cols="40" rows="4">Digite aqui sua mensagem ...</textarea>
</td>
</tr>
<tr>
<th colspan="2" bgcolor="#000066">
<input type="submit" value="Enviar" name="submit">
</th>
</tr>
</table>
Link para o comentário
Compartilhar em outros sites
1 resposta a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.