hola,
sigo clara mente los mismos pasos, este es todo el codigo que ocupo:
Código PHP:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<script type="text/javascript">
window.onload = function() { document.getElementById("mail").submit();};
</script>
</head>
<body>
<form action="mails.php" method="POST" name="envio" id="mail">
<input name="texto" type="text" value="TITULO DE MENSAJE" size="40" readonly="readonly" ><br>
<input name="texto1" type="text" value="CUERPO DE MENSAJE" size="40" readonly="readonly" ><br>
<input name="texto2" type="text" value="Hora:
<?php echo date ("H:i:s");?> " size="40" readonly="readonly" ><br>
<input name="texto3" type="text" value="Fecha:
<?php echo date ("j/n/Y");?> " size="40" readonly="readonly" ><br>
<input name="firma" type="text" value="Remitente" size="40" readonly="readonly"><br>
<input name="firma1" type="text" value="ENVIO DE MENSAJES AUTOMATICO" size="40" readonly="readonly"><br>
<input type="submit" name="submit" value="enviar">
</form>
</body>
</html>
que error puedo estar cometiendo?
el error que me sale es este:
Detalles de error de página web
Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Fecha: Fri, 11 Jun 2010 00:20:29 UTC
Mensaje: El objeto no acepta esta propiedad o método
Línea: 7
Carácter: 33
Código: 0
que puede ser sabe alguien? porfavorrr
pd: el formulario esta con extencion .php (por la funcion de fecha y hora)
saludos gracias