-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontato.asp
More file actions
executable file
·30 lines (20 loc) · 912 Bytes
/
contato.asp
File metadata and controls
executable file
·30 lines (20 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- #include file="cab.asp" -->
<!-- #include file="menu.asp" -->
<!-- #include file="sites.asp" -->
<!-- #include file="buscador.asp" -->
<!-- #include file="recomendado.asp" -->
<!-- #include file="arquivo.asp" -->
<!-- #include file="franquia.asp" -->
<div id="txtcont">
<h2>Fale Conosco</h2>
<p>Tem alguma dúvida, crítica ou sugestão?<br /> Entre em contato conosco, ficaremos gratos em responder (se tivermos tempo, claro! :-).</p>
<form action="enviado2.asp" method="post">
E-mail:<br /> <input type="text" name="email" class="inputext" /><br />
Site: (opcional)<br /> <input type="text" name="url" class="inputext" /><br />
Mensagem:<br /> <textarea name="mensagem"></textarea><br />
<div class="botao">
<input type="image" src="skins/padrao/imagens/enviar.gif" value="Enviar" alt="Enviar" />
</div>
</form>
</div>
<!-- #include file="rodape.asp" -->