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

Botón hablador

Ir abajo

Botón hablador Empty Botón hablador

Mensaje por Drenz Vie Jun 20, 2008 9:58 pm

Código:
<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("Querido amigo/a:"+
"\n\nCreo haberle dicho repetidas veces que deje de pulsarme. "+
"Si vuelve a pulsarme tendre que tomar medidas mas drasticas."+
"\nAtentamente, 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( "Gracias!",
"Una vez mas?!",
"Te dije solo una vez mas!", 
"Estas pedo!!!",
"Tu has bebido aceite de colza!",
"Te digo que pares!!.",
"He dicho que te pares!!!",
"Estas sordo??!!!",
"Me tienes hasta los *******!!!",
"Te vas a enterar!!!.",
"Vuelve a pulsarme y veras...!");
alerted_already = false;
// End -->
</SCRIPT>
<BODY><script LANGUAGE="JavaScript1.1">
fecha = new Date();
bust = fecha.getTime();
document.write('<SCR'
+ 'IPT LANGUAGE="JavaScript1.1"
SRC="http://adserver.hispavista.com/js.ng/area=hv_galeon.internet&pos=popup1&e=3&site=hv_galeon_lateral&bust='+bust+'">\n');
document.write('</SCR' + 'IPT>\n');
</script><SCRIPT LANGUAGE="javascript1.2">
<!-- //
runPopupTagJS('hv_galeon.internet');
// -->
</SCRIPT>
<noscript>Alojamiento
ofrecido por el Grupo HispaVista <a href="http://www.hispavista.com"
alt="HispaVista: Internet está aquí"
target="_blank">HispaVista</a></noscript>


<SCRIPT LANGUAGE="javascript1.2" SRC="http://www.google-analytics.com/urchin.js" type="text/javascript"></SCRIPT>
<SCRIPT type="text/javascript">
<!-- //
_uacct="UA-152964-6";
urchinTracker();
// -->
</SCRIPT>


<FORM name="buttons" method="post" onSubmit="return false">
<input type="button" name="pushme" value="Pulsame" 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>

Al hacerle clic enviará mensajes, debemos editar esto:

Código:
"Una vez mas?!",
"Te dije solo una vez mas!",
"Estas pedo!!!",
"Tu has bebido aceite de colza!",
"Te digo que pares!!.",
"He dicho que te pares!!!",
"Estas sordo??!!!",
"Me tienes hasta los *******!!!",
"Te vas a enterar!!!.",
"Vuelve a pulsarme y veras...!");

Por la frase que queramos sin cortar las comillas y parentesis.
Drenz
Drenz
CukiExAdmin

Masculino Cantidad de envíos : 417
<br><b>Nacionalidad</b> : Botón hablador Chile10
Fecha de inscripción : 03/06/2008

https://cukisystem.activoforo.com/

Volver arriba Ir abajo

Volver arriba


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