Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/03/2012, 07:08
Avatar de Ex_shadow
Ex_shadow
 
Fecha de Ingreso: febrero-2012
Ubicación: Calera Avellaneda, Buenos Aires, Argentina, Argentina
Mensajes: 95
Antigüedad: 12 años, 2 meses
Puntos: 4
Respuesta: no envia el formulario

Acá te paso tu codigo "más" en limpio

Código Javascript:
Ver original
  1. document.write("<form action='funcionregistropt.php' method='post'>");
  2.  
  3. document.write("<input type='text' id='Editbox1' style='position:absolute;left:343px;top:540px;width:268px;height:37px;line-height:37px;z-index:2;' name='nombre' value='' maxlength='20'>");
  4.  
  5. document.write("<div id='wb_Text1' style='position:absolute;left:217px;top:542px;wid th:119px;height:48px;z-index:3;'>");
  6.  
  7. document.write("<span style='color:#FFFFFF;font-family:Arial;font-size:13px;'>Nombre de usuario y correo electronico:</span></div>");
  8.  
  9. document.write("<div id='wb_Text7' style='position:absolute;left:283px;top:472px;wid th:327px;height:42px;z-index:4;'>");
  10.  
  11. document.write("<span style='color:#FFFFFF;font-family:\'Times New Roman\';font-size:19px;'>Introduce tu nombre de usuario y tu correo electronico.</span></div>");
  12.  
  13. document.write("<input type='submit' id='Button1' name='' value='Registrar' style='position:absolute;left:503px;top:617px;width:96px;height:25px;z-index:5;'>");
  14. document.write("</form>");

Al parecer funciona todo, fijate en el php.

$_POST['nombre']