[cita title=Escrito originalmente por R1c4rdo]Tengo una preguntita como haria para que los usuarios manden mensajes asi mi correo mediante el codigo html
me an dicho por ahi q es algo con mailto o algo asi como lo haria?[/cita]
Si quieres un formulario PHP y que se visualize en HTML yo tengo uno aca te dejo los Codigos
[b]:Codigo HTML:[/b]
<table align="center">
<form name="fvalida" action="contactenos.php" method="post" onSubmit="javascript:return valida_envia();">
<tbody>
<tr>
<td><b><font color="#00FF00" face="Verdana" size="2">N</font><font color="#808080" face="Verdana" size="2">ombre</font></b></td>
<td><b><font color="#000000" face="Comic Sans MS" size="2"><input name="nombre" class="tabla1" type="text" size="29"></font></b></td>
</tr>
<tr>
<td><b><font color="#00FF00" face="Verdana" size="2">A</font><font color="#808080" face="Verdana" size="2">pellido</font></b></td>
<td><b><font color="#000000" face="Comic Sans MS" size="2"><input name="apellido" class="tabla1" type="text" size="29"></font></b></td>
</tr>
<tr>
<td><b><font color="#00FF00" face="Verdana" size="2">E</font><font color="#808080" face="Verdana" size="2">-</font><font color="#00FF00" face="Verdana" size="2">M</font><font color="#808080" face="Verdana" size="2">ail</font></b></td>
<td><b><font color="#000000" face="Comic Sans MS" size="2"><input name="email" class="tabla1" type="text" size="29"></font></b></td>
</tr>
<tr>
<td><b><font color="#00FF00" face="Verdana" size="2">C</font><font color="#808080" face="Verdana" size="2">omentarios</font></b></td>
<td class="tabla1"><b><font color="#000000" face="Comic Sans MS" size="2"><textarea cols="40" rows="5" class="tabla1" name="contenido"></textarea></font></b></td>
</tr>
<tr>
<td colspan="2">
<p align="center"><b><font color="#000000" face="Comic Sans MS" size="2">
<input value="Enviar" type="submit" class="tabla2" onclick="valida_envia()"></font></b></p>
</td>
</tr>
</tbody>
</table>
[b]:Codigo PHP:[/b]
<?php
{
$recipiente = "TUMAIL@DOMINIO";
$asunto = "Asunto del Mensaje";
$error = 0;
$nombre = $_POST['nombre'];
$apellido = $_POST['apellido'];
$email = $_POST['email'];
$contenido = $_POST['contenido'];
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'>__________________________</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> <a href='http://www.PiolaCumbiero.com.ar'>www.PiolaCumbiero.com.ar</a> </font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'>¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#CCCCCC' size='3'>:</font><font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#333333'>:</font><font face='Trebuchet MS'> Nombre</font><font face='Trebuchet MS' color='#333333'>:<font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#CCCCCC'>:</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> ".$nombre."</b></font><br>";
$message .="<b><font face='Trebuchet MS' color='#CCCCCC' size='3'>:</font><font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#333333'>:</font><font face='Trebuchet MS'> Apellido</font><font face='Trebuchet MS' color='#333333'>:<font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#CCCCCC'>:</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> ".$apellido."</b></font><br>";
$message .="<b><font face='Trebuchet MS' color='#CCCCCC' size='3'>:</font><font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#333333'>:</font><font face='Trebuchet MS'> E-Mail</font><font face='Trebuchet MS' color='#333333'>:<font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#CCCCCC'>:</font</b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> ".$email."</b></font><br>";
$message .="<b><font face='Trebuchet MS' color='#CCCCCC' size='3'>:</font><font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#333333'>:</font><font face='Trebuchet MS' color='#000000'> Comentario </font><font face='Trebuchet MS' color='#333333'>:<font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#CCCCCC'>:</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> ".$contenido."</b></font><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#CCCCCC' size='3'>:</font><font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#333333'>:</font><font face='Trebuchet MS' color='#000000'> Datos de la PC </font><font face='Trebuchet MS' color='#333333'>:<font face='Trebuchet MS' color='#808080'>:</font><font face='Trebuchet MS' color='#CCCCCC'>:</font></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#FF0000' size='3'>I</font><font face='Trebuchet MS' color='#000000'>P: ".$HTTP_SERVER_VARS['REMOTE_ADDR']."</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#FF0000' size='3'>P</font><font face='Trebuchet MS' color='#000000'>uerto: ".$HTTP_SERVER_VARS['REMOTE_PORT']."</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'></font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'>__________________________</font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'> <a href='http://www.PiolaCumbiero.com.ar'>www.PiolaCumbiero.com.ar</a> </font></b><br>";
$message .="<b><font face='Trebuchet MS' color='#000000' size='3'>¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯</font></b><br>";
$message = stripslashes($message);
$headers = "MIME-Version: 1.0\r\n";
$headers = "Content-type:text/html; charset=iso-8859-1\r\n";
mail("$recipiente","$asunto","$message","$headers");
header("Location: WebDeMensajeEnviadoCorrectamente.html");
}
?>
[cita title=Escrito originalmente por R1c4rdo]Otra preguntita como haria para que una ventana tenga un tamaño que yo le asigne ejemplo yo apreto un boton y sale una ventana a esa ventana se le puede poner un tamaño ?[/cita]
Si se puede
Toma el codigo HTML:
<SCRIPT Language="JavaScript">
<!--
function AbrirVentana(pagina) {
var opciones="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=nos,width=600,height=450,top=40,left=50";
window.open(pagina,"otra",opciones);
}
//-->
</script>
height y width
ahi le cambias el tamaño.
del Popup.
Y en el link que queres que se efectue el Popup le pones:
javascript:AbrirVentana('pagina.html')
www.PiolaCumbiero.com.ar
*Donde le damos duro a la Cumbia*