Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/07/2011, 23:41
Avatar de Rankxerox1984
Rankxerox1984
 
Fecha de Ingreso: septiembre-2010
Mensajes: 253
Antigüedad: 13 años, 8 meses
Puntos: 4
Respuesta: Pop Up de aceptación

Hola goteen:

Buenos dias. Muchas gracias por tu respuesta, pero no entiendo como ni dónde poner el código ¿Serías tan amable de darme alguna pista más precisa?

Te adjunto el form con su captcha y todo

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " http://www.w3c.org/TR/xhtml1/DTD/xhtml1-strict.dtd ">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">

   <meta http-equiv="Content-Type"content=" text/html;charset=utf-8">
    
  <!--Formulario de registro inicial-->
<!--onsubmit="this.submit(); this.reset(); return false"> -->

<form method="post" action="../login/RegistroInicialEMP.php" enctype="multipart/form-data">

      <form>
   	
	<!--Tabla Personas de la Base de datos-->  

       <fieldset>
        <legend>Datos de registro inicial</legend>
        <p>Indique aquí su usuario y su contraseña por favor. Guárdelos en un lugar que recuerde por si los olvida o los pierde</p>
       
        <label for="usuario">Usuario:</label><input type="text" name="usuario" id="usuario"/><br/><br/>
        <label for="clave">Contraseña:</label><input type="password" name="clave" id="clave"/><br/><br/>
        <label for="clave2">Por favor repita la contraseña:</label><input type="password" name="clave2" id="clave2"/><br/><br/>
		<label for="NIF">NIF:</label><input type="text" name="NIF" id="NIF"/><br/><br/>
	<label for="preguntaClave">Pregunta secreta:<br/></label><input type="text" name="preguntaClave" id="preguntaClave" size="72%"/><br/><br/>
	<label for="respuestaClave">Respuesta secreta:<br/></label><input type="text" name="respuestaClave" id="respuestaClave" size="72%"/><br/><br/>
	<label for="mailPersona">Correo electrónico:<br/></label><input type="text" name="mailPersona" id="mailPersona" size="72%"/><br/><br/> 
		
   
	  
	  	<!--Captcha--> 
	
	Por favor, recargue la imagen e introduzca el código siguiente:<br/><br/>

      <img id="siimage" align="left" style="padding-right: 5px; border: 0" src="/captcha/securimage_show.php?sid=<?php echo md5(time()) ?>" />

        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="19" height="19" id="SecurImage_as3" align="middle">
			    <param name="allowScriptAccess" value="sameDomain" />
			    <param name="allowFullScreen" value="false" />
			    <param name="movie" value="/captcha/securimage_play.swf?audio=/captcha/securimage_play.php&bgColor1=#777&bgColor2=#fff&iconColor=#000&roundedCorner=5" />
			    <param name="quality" value="high" />
			
			    <param name="bgcolor" value="#ffffff" />
			    <embed src="/captcha/securimage_play.swf?audio=/captcha/securimage_play.php&bgColor1=#777&bgColor2=#fff&iconColor=#000&roundedCorner=5" quality="high" bgcolor="#ffffff" width="19" height="19" name="SecurImage_as3" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
			  </object>

        <br />
        <br/>
        <!-- pass a session id to the query string of the script to prevent ie caching -->
        <a tabindex="-1" style="border-style: none" href="#" title="Refresh Image" onclick="document.getElementById('siimage').src = '/captcha/securimage_show.php?sid=' + Math.random(); return false"><img src="/captcha/images/refresh.gif" alt="Reload Image" border="0" onclick="this.blur()" align="bottom" /></a>

	<br/><br/>
	Código:<br/>

	<!-- NOTA: El atributo de "name" es "captchacode" por eso $img->check($_POST['captchacode']) comprueba que el campo es correcto -->
		<input type="text" name="captchacode" size="12" /><br /><br />	  
	 	  
	<!--Envio los datos--> 

       <input type="submit"value="Enviar" />
       <input type="reset"value="Borrar" />
	   
	   <Div id="copyrigth"> 
			<p>Captcha provided by Securimage</>
	   </div>
      </fieldset>

	<!--Reseteo el Formulario--> 

       <body onload ="document.myform.reset()">
    </form> 
Muchas gracias por la paciencia
__________________
J.
¿Dónde está la tecla ‘ANY’?
(H. Simpson)