Home
Eventos
Galerias
Dónde estamos
Escribenos
Búsqueda
cRaZy
AFILIATE A LA WEB
AFILIADOS
JUEGOS PARA TU WEB
TU WEB EN GOOGLE
PORTADA
.::webconestilo::.
Inicio
Relojes Para Web
Calendarios web
Menu css
Cursores
Banner
Agrega Tu Web A Google
Botones
Plantillas Iceblue
Buscadores
Html Avanzado
Gadgets Googles
Gadgets
Efectos Java
Intros Flash
Musica Para Tu Web
iconos
javascripts
Dominios Gratis
escenas
skin para msn
programas msn
emoticones
enchula tu nick
juegos
tutoriales
Afiliados
MI BANNER
Encuesta
Título de la nueva página
descompresores
antivirus
mmsn
utilidades
imagn y diseño
afiliate ala web
PLANTILLAS
PLANTILLAS CSS
COMO PONER VIDEOS
CREAR BANNER
ZONA CON CONTRASEÑA
PONER MUSICA
CODEBB
PUBLICIDAD
INSERTAR ANUNCIOS
Contacto
diccionario
camara en tu web
horoscopos
Blogspot
iceblue
menu vertical
menu horizontales
Galerias
css
Registrarse
Upload de tinypic
probador de html
paleta de colores
Acceder a Msn
conversor de nicks ascci
Probador de css
Ping Pon
ahorcado
Bowling
san fermin
mario super
HTML TRUCOS
buscador
ahorcado
Ahorcado
Imágen de ejemplo:
Codigo:
<SCRIPT LANGUAGE="javascript"> var alpha=new Array(); var alpha_index=0; var bravo=new Array(); var bravo_index=0; var running=0; var failnum=0; var advising=0; function pick() { var choice=""; var blank=0; for (i=0; i<words[index].length; i++) { t=0; for(j=0; j<=alpha_index; j++) if(words[index].charAt(i)==alpha[j] || words[index].charAt(i)==alpha[j].toLowerCase()) t=1; if (t) choice+=words[index].charAt(i)+" "; else { choice+="_ "; blank=1; } } document.f.word.value=choice; if (!blank) { document.f.tried.value=" === ¡Tu ganas! ==="; document.f.score.value++; running=0; } } function new_word(form) { if(!running) { running=1; failnum=0; form.lives.value=failnum; form.tried.value=""; form.word.value=""; index=Math.round(Math.random()*10000) % 100; alpha[0]=words[index].charAt(0); alpha[1]=words[index].charAt(words[index].length-1); alpha_index=1; bravo[0]=words[index].charAt(0); bravo[1]=words[index].charAt(words[index].length-1); bravo_index=1; pick(); } else advise("A word is already in play!"); } function seek(letter) { if (!running) advise(".....Click GO to start !"); else { t=0; for (i=0; i<=bravo_index; i++) { if (bravo[i]==letter || bravo[i]==letter.toLowerCase()) t=1; } if (!t) { document.f.tried.value+=letter+" " bravo_index++; bravo[bravo_index]=letter; for(i=0;i<words[index].length;i++) if(words[index].charAt(i)==letter || words[index].charAt(i)==letter.toLowerCase()) t=1; if(t) { alpha_index++; alpha[alpha_index]=letter; } else failnum++; document.f.lives.value=failnum; if (failnum==6) { document.f.tried.value="Tu pierdes - Prueba de nuevo"; document.f.word.value=words[index]; document.f.score.value--; running=0; } else pick(); } else advise("La letra "+letter+" ya la has puesto"); } } function advise(msg) { if (!advising) { advising=-1; savetext=document.f.tried.value; document.f.tried.value=msg; window.setTimeout("document.f.tried.value=savetext; advising=0;",1000); } } var words = new Array("","abanderado","adrenalina","advenedizo","aglutinado","agotamiento","articulado","autoridad","benefactor","bachiller","borrachera","caprichosa","cenicienta","chatarrero","conglomerado","comestible","considerado","consolidar","concluyente","consecutivo","considerado","diferencial","distorsionado","determinante","diferencia","diseñador","economista","efectividad","encontradizo","escafandra","extinguido","extraditado","fastidioso","fisonomista","formulario","funeraria","gesticular","habilidoso","homologado","humanitario","ilusionista","infalibilidad","luminiscencia","misterioso","motocicleta","magistrado","navegador","obligatorio","obsequiosa","observatorio","opalescente","ostensible","pasamontañas","parafernalia","paquidermo","peregrinaje","perentorio","parafernalia","pernicioso","perpetrado","personalidad","piramidal","practicante","precipitous","predicamento","prehistoria","presuntuoso","prevaricadora","profesional","provisional","putrefacto","ramillete","querellante","reciprocidad","recrudecimiento","redundante","relampaguear","remilgadamente","reminiscencia","represalia","resolutiva","resplandecer","reorganizada","regañadientes","retribucion","sacacorchos","salubridad","señalizado","sexagenario","singularizar","tambalearse","transcribir","turbulencia","unanimidad","usufructuaria","vaporizador","vehemencia","veracidad","ventilador","xenofobia","zambullirse"); </SCRIPT> <FORM NAME="f"> <div align="center"></div> <TABLE BGCOLOR=#C0C0C0 BORDER=1 align="center"> <TR> <TD COLSPAN=4 ALIGN=RIGHT> <div align="center">Marcador : <INPUT TYPE=TEXT NAME="score" VALUE="0" onfocus_fckprotectedatt=" onfocus="score.blur();"" SIZE=2> <BR> Fallos (6): <INPUT TYPE=TEXT NAME="lives" VALUE="0" onfocus_fckprotectedatt=" onfocus="lives.blur();"" SIZE=2> </div> </TD> <TD COLSPAN=7 ALIGN=CENTER> <div align="center"> <INPUT TYPE=TEXT NAME="word" VALUE=" --- Ahorcado---" onfocus_fckprotectedatt=" onfocus="word.blur();"" SIZE=25> <BR> <INPUT TYPE=TEXT NAME="tried" VALUE="Pulsa OTRA para empezar" onfocus_fckprotectedatt=" onfocus="tried.blur();"" SIZE=25> </div> </TD> <TD COLSPAN=2 ALIGN=CENTER> <div align="center"> <INPUT TYPE=BUTTON onclick_fckprotectedatt=" onclick="new_word(this.form);"" VALUE=" OTRA"> </div> </TD> </TR> <TR> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" A " onclick_fckprotectedatt=" onclick="seek('A');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" B " onclick_fckprotectedatt=" onclick="seek('B');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" C " onclick_fckprotectedatt=" onclick="seek('C');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" D " onclick_fckprotectedatt=" onclick="seek('D');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" E " onclick_fckprotectedatt=" onclick="seek('E');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" F " onclick_fckprotectedatt=" onclick="seek('F');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" G " onclick_fckprotectedatt=" onclick="seek('G');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" H " onclick_fckprotectedatt=" onclick="seek('H');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" I " onclick_fckprotectedatt=" onclick="seek('I');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" J " onclick_fckprotectedatt=" onclick="seek('J');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" K " onclick_fckprotectedatt=" onclick="seek('K');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" L " onclick_fckprotectedatt=" onclick="seek('L');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" M " onclick_fckprotectedatt=" onclick="seek('M');""> </div> </TD> </TR> <TR> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" N " onclick_fckprotectedatt=" onclick="seek('N');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" Ñ " onclick_fckprotectedatt=" onclick="seek('Ñ');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" O " onclick_fckprotectedatt=" onclick="seek('O');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" P " onclick_fckprotectedatt=" onclick="seek('P');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" Q " onclick_fckprotectedatt=" onclick="seek('Q');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" R " onclick_fckprotectedatt=" onclick="seek('R');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" S " onclick_fckprotectedatt=" onclick="seek('S');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" T " onclick_fckprotectedatt=" onclick="seek('T');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" U " onclick_fckprotectedatt=" onclick="seek('U');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" V " onclick_fckprotectedatt=" onclick="seek('V');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" X " onclick_fckprotectedatt=" onclick="seek('X');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" Y " onclick_fckprotectedatt=" onclick="seek('Y');""> </div> </TD> <TD> <div align="center"> <INPUT TYPE=BUTTON VALUE=" Z " onclick_fckprotectedatt=" onclick="seek('Z');""> </div> </TD> </TR> </TABLE> <div align="center"></div> </FORM>
Hoy habia 2 visitantes (2 clics a subpáginas) ¡Aqui en esta página!
COMPATIBILIDAD DE SIGNOS
CONSEJO DEL DIA
SALUDO
ENCUESTA
Te Agrada Mi Web?
online survey
TAGBOARD
DISEÑO
Plantillas
Plantillas Css
Html Trucos
Html Avanzado
Efectos Java
ACCESORIOS
Botones
Gadgets
Buscadores
Cursores
Relojes Web
Diccionario
Camara En Tu Web
Iconos
CONTADOR
AQUI TU CONTADOR
TITULO
NOMBRE
NOMBRE
NOMBRE
NOMBRE
NOMBRE
Este sitio web fue creado de forma gratuita con
PaginaWebGratis.es
. ¿Quieres también tu sitio web propio?
Registrarse gratis