Código HTML:
<input type="image" src="index.1.gif" name="Entrar" onClick="Saltar(this.form.palclave.value)"
Gracias.
| ||||
Respuesta: Pregunta Quizas asi puedas conseguir lo que quieras, aunque sin ver el resto del codigo HTML es dificil Código HTML: <input type="image" src="index.1.gif" name="Entrar" onClick="Saltar(document.forms[0].palclave.value)">
__________________ Tres punto Dos - Mi Blog sobre J2EE, Java, Struts y Diseño Web Proyecto BloJ - Crea tu blog Java |
| |||
Respuesta: Pregunta El codigo de la pagina es este, y el codigo que me has dado no fuenciona. Espero que puedas encontrar alguna solución, Gracias. Código HTML: <html> <head> <title>Untitled Document</title> <SCRIPT LANGUAGE="JavaScript"> function Saltar(index1) { window.location=index1+".html" } </SCRIPT> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#000000" text="#FF0000" link="#FF0000" vlink="#FF0000" alink="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <FORM> <p align="center"><font size="6">Pagina de Jordi</font></p> <p align="center">Introduce la palabra clave para acceder a la página</p> <p align="center"> <INPUT TYPE="password" NAME="palclave" SIZE=25 VALUE=""></p> <P align="center"> <input type="image" src="index.1.gif" name="Entrar" onClick="Saltar(document.forms[0].palclave.value)"> </FORM> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="19" width="119"> </td> <td height="19"> <p> </td> <td height="19"> </td> </tr> <tr> <td width="119"> </td> <td> <p align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="699" height="382" align="left"> <param name=movie value="intro.swf"> <param name=quality value=High> <embed src="intro.swf" quality=High pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="699" height="382"> </embed> </object></td> <td> </td> </tr> <tr> <td width="119"> </td> <td> </td> <td> </td> </tr> </table> </body> </html> |