Ayudantes web
  Codigos HTML
 
Bueno aqui les dejo algunos codigos html
Si quieres que agregen tu pagina a favoritos pon este link y modificalo donde dice http://tusitio
Código:
<a href="#" onClick="window.external.AddFavorite('http://tusitio','descripcion de tu sitio');return false;"><font color="#FFFFFF" size="2"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif"><font size="2">Agreganos
a tus favoritos</font><font color="#000000">...</font></font></font></a><font size="2">


Si quieres que alla msn en tu web pon este codigo
Código:
<table cellspacing="1" cellpadding="1" width="200" border="1"> <tbody> <tr> <td><font color="#ff0000"><iframe border="0" name="I1" src="http://www.meebo.com" frameborder="0" width="495" scrolling="no" height="478"></iframe></font></td> </tr> <tr> <td bgcolor="#99ccff"> <p align="center"><a target="_blank" href="http://www.ocio-full.blogspot.com" _fcksavedurl="http://www.ocio-full.blogspot.com"><b><font color="#ffffff">Ocio Full</font></b></a></p> </td> </tr> </tbody> </table>


Si quieres bloquear el boton derecho pon este codigo

Código:
<!-- Botón derecho del mouse -->

<script LANGUAGE="JavaScript1.1">

<!-- Adaptado por Tk: Compatible con IE y NS -->

function derecha(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert('Botón derecho inhabilitado')
return false;
}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2)){
alert('Botón derecho inhabilitado')
}
}
document.onmousedown=derecha
</script>


Si quieres que alla un mensage al entrar y salir de la página pon este codigo

Código:
<BODY onLoad="alert('Bienvenido/a a mi web');" onUnLoad="confirm('Gracias por tu visita, espero que no sea la última');">


Si quieres que tu pagina se actualise cada 10 segundos pon este codigo

Código:
<body onLoad="setTimeout('self.location.reload()', 10000)">


Si quieres un reloj con fecha hora y año pon este codigo

Código:
    <CENTER><SCRIPT LANGUAGE="JAVASCRIPT">
    <!-- Begin Digital Watch
    document.write('<!-- Begin Hiding Script -->')
    /*
    ######################################################################
    ################       SCRIPT BY BURNBLADE       #####################
    ################         Visit My Site At        #####################
    ################      http://www.burning.net     #####################
    ################         © copywrite 1997        #####################
                   modificado por www.creatupropiaweb.com
      This script may be used as long as the above lines are not changed
                                 in any way.
    */
    var watchID = null
    var watchRun = false
    function stopwatch(){
      if(watchRun)
        clearTimeout(watchID)
      watchRun = false
    }
    function startwatch(){
      stopwatch()
      dayTime()
    }

    function dayTime() {
      day = new Date();
      hour = day.getHours();
      minute = day.getMinutes();
      second = day.getSeconds();

      if (hour > 12) {
      hours = hour - 12;
      part = 'Del Dia'}
      else {
      part = 'De la Noche';
      if (hour == 0) {
      hours = 12
      }
      else {
      hours = hour
      }
      }
      if (minute < 10) {minutes = 0}
      else {minutes = ""}
      if (second < 10) {seconds = 0}
      else {seconds =""}
      date = ('' +"Mes "+(day.getMonth() + 1)+"   Dia  "+day.getDate()+ "  del año  "+day.getYear()+ '');
      time = ('' + hours + ":"+minutes+""+minute+ ":"+seconds+""+second+ '')
      parts = ('' +part+ '')
      document.timedate.time.value = time
      document.timedate.date.value = date
      document.timedate.parts.value = parts
      watchID = setTimeout("dayTime()",1000)
      watchRun = true
    }
    document.write('<!-- End Hiding Script -->')
    // End Digital Watch-->
    </script>
     
    <BODY onLoad="startwatch()">
    <form name="timedate" onSubmit="0">
    <table cellspacing=0 cellpadding=0>
    <tr align=center>
    <td><INPUT TYPE="text" NAME="time" SIZE=6 VALUE ="..Starti"></td>
    <td><INPUT TYPE="text" NAME="parts" SIZE=12 VALUE ="ng.."></td>
    <td colspan=2><INPUT TYPE="text" NAME="date" SIZE=28 VALUE ="........"></td>
    </tr>
    </table>
    </form></CENTER>       
    <!-- Simba says Roar. -->
 


Si quieres que tus enlaces sean mas llamativos pon este codigo

Código:
    <mas scripts en www.creatupropiaweb.com><script language="JavaScript"><!--
    //Rainbow Links
    var ok=100 //delay time in milliseconds
    //Do not modify anything below this line.
    var color=0

    function rain()
    {
    color=color+1;
    if(color==1){document.linkColor='red';}
    if(color==1){document.vlinkColor='red';}
    if(color==1){document.alinkColor='red'; setTimeout("rain();",ok);}

    if(color==2){document.linkColor='orange';}
    if(color==2){document.vlinkColor='orange';}
    if(color==2){document.alinkColor='orange'; setTimeout("rain();",ok);}

    if(color==3){document.linkColor='yellow';}
    if(color==3){document.vlinkColor='yellow';}
    if(color==3){document.alinkColor='yellow'; setTimeout("rain();",ok);}

    if(color==4){document.linkColor='green';}
    if(color==4){document.vlinkColor='green';}
    if(color==4){document.alinkColor='green'; setTimeout("rain();",ok);}

    if(color==5){document.linkColor='blue';}
    if(color==5){document.vlinkColor='blue';}
    if(color==5){document.alinkColor='blue'; setTimeout("rain();",ok);}

    if(color==6){document.linkColor='A209F4';}
    if(color==6){document.vlinkColor='A209F4';}
    if(color==6){document.alinkColor='A209F4'; setTimeout("rain();",ok);}

    if(color==7){document.linkColor='purple';}
    if(color==7){document.vlinkColor='purple';}
    if(color==7){document.alinkColor='purple'; setTimeout("rain();",ok);}

    if(color==8){document.linkColor='pink';}
    if(color==8){document.vlinkColor='pink';}
    if(color==8){document.alinkColor='pink'; setTimeout("rain();",ok);}

    if(color==9){color=0; setTimeout("rain();",ok);}
    }
    setTimeout("rain();",ok);
    // --></script>
    <a href="http://www.creatupropiaweb.com">Javascripts</a> <br>
    <a href="http://www.creatupropiaweb.com">creatupropiaweb</a><br>
    <a href="http://www.creatupropiaweb.com">Juegos</a>
    <!-- Simba says Roar. -->

Buscador Google :
Código:
<!-- Búsqueda Google --> <center> <FORM method=GET action="http://www.google.com/search"> <TABLE bgcolor="#FFFFFF"><tr><td> <A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT TYPE=hidden name=hl value=es> <INPUT type=submit name=btnG VALUE="Búsqueda Google"> </td></tr></TABLE> </FORM> </center> <!-- Búsqueda Google -->


buscador Yahoo:
Código:
<form method="GET" action="http://es.search.yahoo.com/search/es"><img src="http://d.yimg.com/eur.yimg.com/i//es/g/bn_es.gif" width="88" height="31" align="top" alt="[ Yahoo! España]" /><input type="text" name="p" value="" size="18"><input type="submit" value="Buscar"><font size="-1"><a href="http://es.search.yahoo.com/search/es/options">opciones</a></font> </form>


Buscador Abierto24h.com
Código:
<table border="0" style="border: 1px solid Gray;" cellpadding="0" cellspacing="0" align="center"> <form action="http://www.abierto24h.com/resultado.php"> <tr style="background-image: url('http://www.abierto24h.com/images/bgDegradeTop.gif');"> <td height="33" width="9"><img src="http://www.abierto24h.com/images/null.gif" alt="" width="1" height="33" border="0"></td> <td width="170"><a href="http://www.abierto24h.com"><img src="http://www.abierto24h.com/images/logo.gif" alt="" width="153" height="16" border="0"></a></td> <td><input type="text" name="keyword" style="width:200px;"> <input type="submit" value="Búsqueda"></td> <td height="33" width="9"><img src="http://www.abierto24h.com/images/null.gif" alt="" width="1" height="33" border="0"></td> </tr> </form> </table>

Estrella persiguiendo al mouse:
Código:
<!-- Dentro del Tag HEAD --> <STYLE TYPE="text/css"> <!-- BODY{ overflow:scroll; overflow-x:hidden; } .s1 { position : absolute; font-size : 10pt; color : blue; visibility: hidden; } .s2 { position : absolute; font-size : 18pt; color : red; visibility : hidden; } .s3 { position : absolute; font-size : 14pt; color : gold; visibility : hidden; } .s4 { position : absolute; font-size : 12pt; color : lime; visibility : hidden; } //--> </STYLE> <!-- Dentro del Tag BODY --> <DIV ID="div1" CLASS="s1">*</DIV> <DIV ID="div2" CLASS="s2">*</DIV> <DIV ID="div3" CLASS="s3">*</DIV> <DIV ID="div4" CLASS="s4">*</DIV> <SCRIPT LANGUAGE="javascript" TYPE="text/javascript"> // adaptado por http://www.losrecursosgratis.com var nav = (document.layers); var tmr = null; var spd = 50; var x = 0; var x_offset = 5; var y = 0; var y_offset = 15; if(nav) document.captureEvents(Event.MOUSEMOVE); document.onmousemove = get_mouse; function get_mouse(e) { x = (nav) ? e.pageX : event.clientX+document.body.scrollLeft; y = (nav) ? e.pageY : event.clientY+document.body.scrollTop; x += x_offset; y += y_offset; beam(1); } function beam(n) { if(n<5) { if(nav) { eval("document.div"+n+".top="+y); eval("document.div"+n+".left="+x); eval("document.div"+n+".visibility='visible'"); } else { eval("div"+n+".style.top="+y); eval("div"+n+".style.left="+x); eval("div"+n+".style.visibility='visible'"); } n++; tmr=setTimeout("beam("+n+")",spd); } else { clearTimeout(tmr); fade(4); } } function fade(n) { if(n>0) { if(nav)eval("document.div"+n+".visibility='hidden'"); else eval("div"+n+".style.visibility='hidden'"); n--; tmr=setTimeout("fade("+n+")",spd); } else clearTimeout(tmr); } // --> </SCRIPT>


Conjunto de estrellas siguiendo al cursor
Código:
<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF00FF" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,1,1"></LAYER> <LAYER NAME="a7" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a8" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a9" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a10" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a11" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a12" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#0000ff" CLIP="0,0,2,2"></LAYER> <LAYER NAME="a13" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,3,3"></LAYER> <script language="JavaScript"> /* Magic Wand cursor (By Kurt at kurt.grigg@virgin.net) Modified and permission granted to Dynamic Drive to feature script in archive For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com */ if (document.all){ with (document){ write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">') write('<div style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#fff000;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ffa000;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#00ff00;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:2px;height:2px;background:#0000ff;font-size:2px;visibility:visible"></div>') write('<div style="position:relative;width:3px;height:3px;background:#FF0000;font-size:3px;visibility:visible"></div>') write('</div>') } } var Clrs=new Array(6) Clrs[0]='ff0000'; Clrs[1]='00ff00'; Clrs[2]='000aff'; Clrs[3]='ff00ff'; Clrs[4]='fff000'; Clrs[5]='fffff0'; if (document.layers) {window.captureEvents(Event.MOUSEMOVE);} var yBase = 200; var xBase = 200; var step; var currStep = 0; var Xpos = 1; var Ypos = 1; if (document.all) { function MoveHandler(){ Xpos = document.body.scrollLeft+event.x; Ypos = document.body.scrollTop+event.y; } document.onmousemove = MoveHandler; } else if (document.layers) { function xMoveHandler(evnt){ Xpos = evnt.pageX; Ypos = evnt.pageY; } window.onMouseMove = xMoveHandler; } function animateLogo() { if (document.all) { yBase = window.document.body.offsetHeight/4; xBase = window.document.body.offsetWidth/4; } else if (document.layers) { yBase = window.innerHeight/4; xBase = window.innerWidth/4; } if (document.all) { for ( i = 0 ; i < starsDiv.all.length ; i++ ) {step=3; starsDiv.all[i].style.top = Ypos + yBase*Math.cos((currStep + i*4)/12)*Math.cos(0.7+currStep/200); starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(8.2+currStep/400); for (ai=0; ai < Clrs.length; ai++) { var c=Math.round(Math.random()*[ai]); } starsDiv.all[i].style.background=Clrs[c]; } } else if (document.layers) { for ( j = 0 ; j < 14 ; j++ ) //number of NS layers! {step = 4; var templayer="a"+j document.layers[templayer].top = Ypos + yBase*Math.sin((currStep + j*4)/12)*Math.cos(0.7+currStep/200); document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(8.2+currStep/400); for (aj=0; aj < Clrs.length; aj++) { var c=Math.round(Math.random()*[aj]); } document.layers[templayer].bgColor=Clrs[c]; } } currStep+= step; setTimeout("animateLogo()", 10); } animateLogo(); // --> </script>


Abrir Pop-Up:
Código:
<script language='Javascript'>window.open('http://www.chenico.com', 'geoflotante', '');</script>


Broma De Viirus :shock:
Código:
<script language='Javascript'>window.open('http://www.chenico.com', 'geoflotante', '');</script>

Recomendar Pagina:
Código:
    <!-- Copiar este código dentro del tag BODY -->

    <script language="javascript">
    // Los mejores códigos JavaScript en http://www.losrecursosgratis.com
    function mailpage()
    {
      mail_str = "mailto:nombre@dominio.com?subject=visita esta página. Es muy buena!! " + document.title;
      mail_str += "&body=Hola amigo. Te recomiendo que visites esta página foroxi.freeforums.org -- " + document.title;
      mail_str += ". Enlace: " + location.href;
      location.href = mail_str;
    }
    </script>
    <a HREF="javascript:mailpage()">Recomendar por e-mail esta página</a>


Musica de fondo:
Código:
<div></div><img height=0 loop=infinite dynsrc="Url De La Cancion" width=0>


Bueno eso es todo depues les traigo mas codigos bye :D :D :D



 
 
  Hoy habia 2 visitantes (9 clics a subpáginas) ¡Aqui en esta página!  
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis