noloencuentro
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

JavaScript - Botón Prohibido

Ir abajo

Script JavaScript - Botón Prohibido

Mensaje por WLancelot Vie 24 Dic 2010, 09:03

Aquí os dejo el código del Botón Prohibido:

Código:
<br><center><SCRIPT LANGUAGE="JavaScript">
var alerted_already;
var remark;
function theytyped(form) {
for ( j = 1;
j<=remark.length && remark[j]!=form.myoutxt.value;
j++){}
if (j>remark.length)
form.myoutxt.value = "Do not type here!";
return false;
}
function touched_frog() {
if (!alerted_already) {
alert(""+
""+
""+
""+
""+
"");
alerted_already = true;
}
return alerted_already;
}
function compute(form) {
for (var i = 1;
i<=remark.length && remark[i]!=form.myoutxt.value ;
i++){}
if (i==remark.length)
history.back();
if (i==remark.length-1)
alert("Te ha gustado este script? "+
"Si lo quieres, lo puedes encontrar en nuestra Biblioteca! "+
"Gracias por visitarnos! "+
"Recibe un cordial saludo.");
if (i<remark.length)
form.myoutxt.value = remark[i+1];
else
form.myoutxt.value = remark[1];
}
function initArray() {
this.length = initArray.arguments.length;
for (var i = 0; i < this.length; i++)
this[i+1] = initArray.arguments[i];
}
remark = new initArray( "¿Se puede saber que haces?",
"No pulses mááás!",
"Quedas advertido!",
"Te he dicho que pares ya!",
"Estas pedo o que???",
"Tu has bebido gasolina o algo!",
"Deja las drogas por favor!!!",
"Estás sordo o que?",
"Como sigas atente a las consecuencias!",
"Me tienes harto ya!!!",
"Te vas a enterar!!!.",
"Vuelve a pulsarme y veras...!");
alerted_already = false;
// End
</SCRIPT>

<FORM name="buttons" method="post" onSubmit="return false">
<input type="button" name="pushme" value="NO PULSAR" onClick="compute(this.form)"
return touched_frog()">
<input type="text" value=" "
name="myoutxt"
onBlur="theytyped(this.form)"
onFocus="theytyped(this.form)"
onChange="theytyped(this.form)"
size=45>
</FORM>
<p><BR>
</center>

Cambia los textos a tu gusto, si necesitas ayuda para las modificaciones dejanos un mensaje.
Prueba el script en el portal, en el widget de prueba de códigos.
o aquí: Prueba códigos

Un saludo!
WLancelot
WLancelot
Admin
Admin

Masculino Tauro Gato
Mensajes : 700
Reputación : 7466
Agradecido : 33
Inscripción : 23/09/2009
Edad : 49
Localización : Camelot
Pais : España

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.