Ver Mensaje Individual
  #12 (permalink)  
Antiguo 14/04/2005, 01:55
Avatar de francisvirtual
francisvirtual
 
Fecha de Ingreso: marzo-2005
Ubicación: Santo Domngo, Republica Dominicana
Mensajes: 6
Antigüedad: 19 años, 1 mes
Puntos: 0
formulario

heyy a ver si alguien puede ayudarme ...deseo colocar en una pagina web un formulario que es practicamente sencillo pero que no tenga ejecutable cgi solo que el usuario lo llene y lo envie a una direccion electronica ESTO ES LO QUE TENGO...pero necesito eliminarel script y que no vaya al ejecutable del servidor, como digo solo que vaya a una direccion de correo, sera posible? gracias de antemano amigos


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CODOCOM</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #34A02C}
-->
</style>
</head>

<body>
<table width="770" border="0" cellpadding="1" cellspacing="0" bgcolor="#C2C2C2">
<tr>
<td><table width="770" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<!--DWLayoutTable-->
<tr>
<td><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
<tr>
<td><table width="770" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="150">&nbsp;</td>
<td width="1" bgcolor="#C2C2C2"><img src="images/spacer.gif" width="1" height="100%"></td>
<td width="619" align="right" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="images/spacer.gif" width="100%" height="8"></td>
</tr>
<tr>
<td align="left" background="images/fondo_titular.gif"><table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="7">&nbsp;</td>
<td class="titularesfondo">SOLICITUD DE AFILIACION
</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="text"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="2">&nbsp;</td>
<td align="left" class="text"><FORM action=_vti_bin/shtml.exe/contactar.htm method=post onsubmit=""
webbot-action="--WEBBOT-SELF--">
<table width="100%" border="0" cellspacing="4" cellpadding="0">
<tr>
<TD class="titulares">&nbsp;</TD>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<TD width="50%" class="titulares">Nombre&nbsp;
</TD>
<td colspan="2"><STRONG><FONT face="Book Antiqua">
<INPUT
tabIndex=2 name=Nombre>
</FONT></STRONG></td>
</tr>
<tr>
<TD width="50%" class="titulares">Apellidos&nbsp;&nbsp;&nbsp;</TD>
<td colspan="2"><STRONG><FONT face="Book Antiqua">
<INPUT
tabIndex=2 name=Apellido>
</FONT></STRONG></td>
</tr>
<tr>
</body>
</html>