Diseño:

   
  Comunidad-Inteligente-Full Materias
  html
 
ADVERTENCIA: HAY VARIOS CODIGOS QUE TIENEN LAS CARAS  Y , LES RECOMIENDO QUE ESOS CODIGOS LOS COPIEN EN EL BLOCK DE NOTAS Y DESPUES LO CAMBIAN LAS CARAS  1. Buscador de Google      dijo:      <!-- Búsqueda Google --> <center>
<form method="get" action="http://www.google.com/search">
    <table bgcolor="#ffffff">
        <tbody>
            <tr>
                <td><a href="http://www.google.com/"> <img border="0" align="absmiddle" src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /></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&uacute;squeda Google" /></td>
            </tr>
        </tbody>
    </table>
</form>
</center> <!-- Búsqueda Google -->       2. Chat      dijo:      <br />
<img border="0" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNzc1MDQxNDc4NzUmcHQ9MTI3NzUwNDE1MTYwOSZwPTUzMTUxJmQ9Jmc9MiZvPWU1M2ZkOGNkMDQ2MzQzOWRiMGEw/NGI4ZDE4MmI5NjRmJm9mPTA=.gif" style="visibility: hidden; width: 0px; height: 0px;" alt="" /><embed height="405" align="middle" width="540" pluginspage="http://xat.com/update_flash.shtml" type="application/x-shockwave-flash" allowscriptaccess="sameDomain" flashvars="id=101016809" name="chat" bgcolor="#000000" quality="high" src="http://www.xatech.com/web_gear/chat/chat.swf"></embed><br />
<small><a href="http://xat.com/web_gear/?cb" target="_BLANK">Get your own Chat Box!</a> <a href="http://xat.com/web_gear/chat/go_large.php?id=101016809" target="_BLANK">Go Large!</a></small><br />
3. Camara de Vigilancia      dijo:
<div style="text-align: center;"><a style="right: 0px; position: fixed; top: 0px;" href="http://www.youtube.com/user/Animal4146"><img alt="" src="http://i31.tinypic.com/11r6mnl.gif" /></a></div>
4. Calendario Mensual      dijo:      <SCRIPT LANGUAGE="JavaScript">
    <!-- Mas scripts en http://www.creatupropiaweb.com -->
    <!-- Begin
    var now = new Date();
    var month_array = new Array("january","february","march","April","May","June","July","August","September","October","November","December";
    document.write("<form name=date_list><table bgcolor=silver><tr><td>";
    document.write("<select name=month onchange=change_month(this.options.selectedIndex)>";
    for(i=0;i<month_array.length;i++)
    {
    if (now.getMonth() != i)
    {document.write ("<option value="+i+">"+month_array);}
    else
    {document.write ("<option value="+i+" selected>"+month_array);}

    }
    document.write("</select>";
    document.write("</td><td>";
    document.write ("<select name=year onchange=change_year(this.options[this.options.selectedIndex])>";
    for(i=1950;i<3000;i++)
    {
    if (now.getYear() != i)
    {document.write("<option value="+i+">"+i);}
    else
    {document.write("<option value="+i+" selected>"+i);}
    }
    document.write("</select></td></tr><tr><td colspan=2><center>";

    document.write("<table bgcolor=white border=0 cellspacing = 0 cellpading = 0 width=100%><tr bgcolor=gray align=center>";
    document.write("<td><font color=silver>M</font></td><td><font color=silver>T</td><td><font color=silver>W</td><td><font color=silver>T</td><td><font color=silver>F</td><td ><font color=silver>S</td><td ><font color=silver>S</td>";
    document.write("</tr><tr>";
    for(j=0;j<6;j++)
    {
    for(i=0;i<7;i++)
    {
    document.write("<td align=center id=d"+i+"r"+j+"></td>"
    }
    document.write("</tr>";
    }

    document.write("</table>";

    document.write("</center></from></td></tr></table>";

    var show_date = new Date();

    function set_cal(show_date)
    {
    begin_day = new Date (show_date.getYear(),show_date.getMonth(),1);
    begin_day_date = begin_day.getDay();
    end_day = new Date (show_date.getYear(),show_date.getMonth()+1,1);
    count_day = (end_day - begin_day)/1000/60/60/24;
    input_table(begin_day_date,count_day);
    }
    set_cal(show_date);

    function input_table(begin,count)
    {
    init();
    j=0;
    if (begin!=0){i=begin-1;}else{i=6}
    for (c=1;c<count+1;c++)
    {
    colum_name = eval("d"+i+"r"+j);
    if ((now.getDate() == c)&&(show_date.getMonth() == now.getMonth())&&(show_date.getYear() == now.getYear())) {colum_name.style.backgroundColor = "blue";colum_name.style.color = "white";};
    colum_name.innerText = c;
    i++;
    if (i==7){i=0;j++;}
    }
    }

    function init()
    {
    for(j=0;j<6;j++)
    {
    for(i=0;i<7;i++)
    {
    colum_name = eval("d"+i+"r"+j);
    colum_name.innerText = "-";
    colum_name.style.backgroundColor ="";
    colum_name.style.color ="";
    }
    }
    }

    function change_month(sel_month)
    {
    show_date = new Date(show_date.getYear(),sel_month,1);
    set_cal(show_date);
    }

    function change_year(sel_year)
    {
    sel_year = sel_year.value;
    show_date = new Date(sel_year,show_date.getMonth(),1);
    set_cal(show_date);
    }
    // End -->
    </script>       5. Calendario Diario       dijo:      <!-- Mas scripts en http://www.creatupropiaweb.com -->     <script languaje="JavaScript">
    mesarray=new Array("Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio","Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre";
    diaarray=new Array( "Domingo","Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado";
    hoy = new Date();
    dias = hoy.getDate();
    dia = hoy.getDay();
    mes = hoy.getMonth();
    mes=mesarray[mes];
    dia =diaarray[dia];
    anno = hoy.getYear();
    if (anno <200)
    anno = anno+1900;
    document.write('<TABLE WIDTH="60" height="60" BORDER="2" BGCOLOR="#FFFFFF"><TR><TD><CENTER>');
    document.write('<FONT SIZE="2" COLOR="#000000"> <B>'+mes+'</B></FONT><br>');
    document.write('<FONT SIZE="1" COLOR="#000000">'+anno+'</FONT><br>');
    document.write('<FONT SIZE="4" COLOR="#000000" FACE="Arial"><B>'+dias+'</B></FONT><br>');
    document.write('<FONT SIZE="1" COLOR="#000000">'+dia+'</FONT><br>');
    document.write('</CENTER></TR></TD></TABLE>');
    </script>       6. Efecto Matrix [Solo para Texto]      dijo:
<p align="center"><b><font color="#ffffff">AQUI EL TITULO</font>      <style type="text/css">
    .matrix { font-family:Lucida Console, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
    </style>      <script type="text/javascript" language="JavaScript">

    <!--
    var rows=5; // must be an odd number
    var speed=10; // lower is faster
    var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
    var effectalign="default" //enter "center" to center it.

    /***********************************************
    * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/

    var w3c=document.getElementById && !window.opera;;
    var ie45=document.all && !window.opera;
    var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
    var m_coch=new Array();
    var m_copo=new Array();
    window.onload=function() {
    if (!w3c && !ie45) return
    var matrix=(w3c)?document.getElementById("matrix":document.all["matrix"];
    ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
    ma_txt=" "+ma_txt+" ";
    columns=ma_txt.length;
    if (w3c) {
    while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
    ma_tab=document.createElement("table";
    ma_tab.setAttribute("border", 0);
    ma_tab.setAttribute("align", effectalign);
    ma_tab.style.backgroundColor="#000000";
    ma_bod=document.createElement("tbody";
    for (x=0; x<rows; x++) {
    ma_row=document.createElement("tr";
    for (y=0; y<columns; y++) {
    matemp=document.createElement("td";
    matemp.setAttribute("id", "Mx"+x+"y"+y);
    matemp.className="matrix";
    matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
    ma_row.appendChild(matemp);
    }
    ma_bod.appendChild(ma_row);
    }
    ma_tab.appendChild(ma_bod);
    matrix.appendChild(ma_tab);
    } else {
    ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
    for (var x=0; x<rows; x++) {
    ma_tab+='<t'+'r>';
    for (var y=0; y<columns; y++) {
    ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'">&nbsp;</'+'td>';
    }
    ma_tab+='</'+'tr>';
    }
    ma_tab+='</'+'table>';
    matrix.innerHTML=ma_tab;
    }
    ma_cho=ma_txt;
    for (x=0; x<columns; x++) {
    ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
    m_copo

    * =0;[/li][/list]
          }
          ma_bod=setInterval("mytricks()", speed);
          }

          function mytricks() {
          x=0;
          for (y=0; y<columns; y++) {
          x=x+(m_copo[y]==100);
          ma_row=m_copo[y]%100;
          if (ma_row && m_copo[y]<100) {
          if (ma_row<rows+1) {
          if (w3c) {
          matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
          matemp.firstChild.nodeValue=m_coch[y];
          }
          else {
          matemp=document.all["Mx"+(ma_row-1)+"y"+y];
          matemp.innerHTML=m_coch[y];
          }
          matemp.style.color="#33ff66";
          matemp.style.fontWeight="bold";
          }
          if (ma_row>1 && ma_row<rows+2) {
          matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
          matemp.style.fontWeight="normal";
          matemp.style.color="#00ff00";
          }
          if (ma_row>2) {
          matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
          matemp.style.color="#009900";
          }
          if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
          else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
          else if (ma_row<rows+2) m_copo[y]++;
          else if (m_copo[y]<100) m_copo[y]=0;
          }
          else if (Math.random()>0.9 && m_copo[y]<100) {
          m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
          m_copo[y]++;
          }
          }
          if (x==columns) clearInterval(ma_bod);
          }

          function zoomer(ycol) {
          var mtmp, mtem, ytmp;
          if (m_copo[ycol]==Math.floor(rows/2)+1) {
          for (ytmp=0; ytmp<rows; ytmp++) {
          if (w3c) {
          mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
          mtmp.firstChild.nodeValue=m_coch[ycol];
          }
          else {
          mtmp=document.all["Mx"+ytmp+"y"+ycol];
          mtmp.innerHTML=m_coch[ycol];
          }
          mtmp.style.color="#33ff66";
          mtmp.style.fontWeight="bold";
          }
          if (Math.random()<reveal) {
          mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
          ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
          }
          if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
          m_copo[ycol]+=199;
          setTimeout("zoomer("+ycol+"", speed);
          }
          else if (m_copo[ycol]>200) {
          if (w3c) {
          mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
          mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
          }
          else {
          mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
          mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
          }
          mtmp.style.fontWeight="normal";
          mtem.style.fontWeight="normal";
          setTimeout("zoomer("+ycol+"", speed);
          }
          else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
          if (m_copo[ycol]>100 && m_copo[ycol]<200) {
          if (w3c) {
          mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
          mtmp.firstChild.nodeValue=String.fromCharCode(160);
          mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
          mtem.firstChild.nodeValue=String.fromCharCode(160);
          }
          else {
          mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
          mtmp.innerHTML=String.fromCharCode(160);
          mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
          mtem.innerHTML=String.fromCharCode(160);
          }
          setTimeout("zoomer("+ycol+"", speed);
          }
          }
          // -->
          </script>             </b></p>
<div id="Matrix">AQUI EL TEXTO QUE SE FORMARA</div>
7. Cambiar el Color de Fondo            dijo:
<table cellspacing="0" border="1">
    <tbody>
        <tr>
            <td bgcolor="#000000"><a onmouseover="document.bgColor='000000'">&nbsp;</a></td>
            <td bgcolor="#c0c0c0"><a onmouseover="document.bgColor='C0C0C0'">&nbsp;</a></td>
            <td bgcolor="#808080"><a onmouseover="document.bgColor='808080'">&nbsp;</a></td>
            <td bgcolor="#ffffff"><a onmouseover="document.bgColor='FFFFFF'">&nbsp;</a></td>
            <td bgcolor="#800000"><a onmouseover="document.bgColor='800000'">&nbsp;</a></td>
            <td bgcolor="#ff0000"><a onmouseover="document.bgColor='FF0000'">&nbsp;</a></td>
            <td bgcolor="#800080"><a onmouseover="document.bgColor='800080'">&nbsp;</a></td>
            <td bgcolor="#ff00ff"><a onmouseover="document.bgColor='FF00FF'">&nbsp;</a></td>
            <td bgcolor="#008000"><a onmouseover="document.bgColor='008000'">&nbsp;</a></td>
            <td bgcolor="#00ff00"><a onmouseover="document.bgColor='00FF00'">&nbsp;</a></td>
            <td bgcolor="#808000"><a onmouseover="document.bgColor='808000'">&nbsp;</a></td>
            <td bgcolor="#ffff00"><a onmouseover="document.bgColor='FFFF00'">&nbsp;</a></td>
            <td bgcolor="#000080"><a onmouseover="document.bgColor='000080'">&nbsp;</a></td>
            <td bgcolor="#0000ff"><a onmouseover="document.bgColor='0000FF'">&nbsp;</a></td>
            <td bgcolor="#008080"><a onmouseover="document.bgColor='008080'">&nbsp;</a></td>
            <td bgcolor="#00ffff"><a onmouseover="document.bgColor='00FFFF'">&nbsp;</a></td>
        </tr>
    </tbody>
</table>
8. Arrastra una Imagen por tada la Web            dijo:            <script type="text/javascript">
          var Drag = {
          obj : null,
          init : function(o, oRoot, minX, maxX, minY, maxY, bSwapHorzRef, bSwapVertRef, fXMapper, fYMapper)
          {
          o.onmousedown = Drag.start;
          o.hmode = bSwapHorzRef ? false : true ;
          o.vmode = bSwapVertRef ? false : true ;
          o.root = oRoot && oRoot != null ? oRoot : o ;
          if (o.hmode && isNaN(parseInt(o.root.style.left ))) o.root.style.left = "0px";
          if (o.vmode && isNaN(parseInt(o.root.style.top ))) o.root.style.top = "0px";
          if (!o.hmode && isNaN(parseInt(o.root.style.right ))) o.root.style.right = "0px";
          if (!o.vmode && isNaN(parseInt(o.root.style.bottom))) o.root.style.bottom = "0px";
          o.minX = typeof minX != 'undefined' ? minX : null;
          o.minY = typeof minY != 'undefined' ? minY : null;
          o.maxX = typeof maxX != 'undefined' ? maxX : null;
          o.maxY = typeof maxY != 'undefined' ? maxY : null;
          o.xMapper = fXMapper ? fXMapper : null;
          o.yMapper = fYMapper ? fYMapper : null;
          o.root.onDragStart = new Function();
          o.root.onDragEnd = new Function();
          o.root.onDrag = new Function();
          },
          start : function(e)
          {
          var o = Drag.obj = this;
          e = Drag.fixE(e);
          var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
          var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
          o.root.onDragStart(x, y);
          o.lastMouseX = e.clientX;
          o.lastMouseY = e.clientY;
          if (o.hmode) {
          if (o.minX != null) o.minMouseX = e.clientX - x + o.minX;
          if (o.maxX != null) o.maxMouseX = o.minMouseX + o.maxX - o.minX;
          } else {
          if (o.minX != null) o.maxMouseX = -o.minX + e.clientX + x;
          if (o.maxX != null) o.minMouseX = -o.maxX + e.clientX + x;
          }
          if (o.vmode) {
          if (o.minY != null) o.minMouseY = e.clientY - y + o.minY;
          if (o.maxY != null) o.maxMouseY = o.minMouseY + o.maxY - o.minY;
          } else {
          if (o.minY != null) o.maxMouseY = -o.minY + e.clientY + y;
          if (o.maxY != null) o.minMouseY = -o.maxY + e.clientY + y;
          }
          document.onmousemove = Drag.drag;
          document.onmouseup = Drag.end;
          return false;
          },
          drag : function(e)
          {
          e = Drag.fixE(e);
          var o = Drag.obj;
          var ey = e.clientY;
          var ex = e.clientX;
          var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
          var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
          var nx, ny;
          if (o.minX != null) ex = o.hmode ? Math.max(ex, o.minMouseX) : Math.min(ex, o.maxMouseX);
          if (o.maxX != null) ex = o.hmode ? Math.min(ex, o.maxMouseX) : Math.max(ex, o.minMouseX);
          if (o.minY != null) ey = o.vmode ? Math.max(ey, o.minMouseY) : Math.min(ey, o.maxMouseY);
          if (o.maxY != null) ey = o.vmode ? Math.min(ey, o.maxMouseY) : Math.max(ey, o.minMouseY);
          nx = x + ((ex - o.lastMouseX) * (o.hmode ? 1 : -1));
          ny = y + ((ey - o.lastMouseY) * (o.vmode ? 1 : -1));
          if (o.xMapper) nx = o.xMapper(y)
          else if (o.yMapper) ny = o.yMapper(x)
          Drag.obj.root.style[o.hmode ? "left" : "right"] = nx + "px";
          Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px";
          Drag.obj.lastMouseX = ex;
          Drag.obj.lastMouseY = ey;
          Drag.obj.root.onDrag(nx, ny);
          return false;
          },
          end : function()
          {
          document.onmousemove = null;
          document.onmouseup = null;
          Drag.obj.root.onDragEnd( parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]),
          parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"]));
          Drag.obj = null;
          },
          fixE : function(e)
          {
          if (typeof e == 'undefined') e = window.event;
          if (typeof e.layerX == 'undefined') e.layerX = e.offsetX;
          if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;
          return e;
          }
          };</script>
<div style="position: absolute; left: 120px; top: 500px;"><img style="position: relative;" src="URL DE TU IMAGEN" id="example" alt="" /></div>
<script type="text/javascript">
          Drag.init(document.getElementById("example");
          </script>             9. Chat ICQ            dijo:            OBJECT classid=&quot;clsid27CDB6E-AE6D-11cf-96B8-444553540000&quot;           codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0&quot;           WIDTH=&quot;580&quot; HEIGHT=&quot;350&quot; id=&quot;ieirc&quot; ALIGN=&quot;&quot;&gt;
<param value="http://irc.icq.com/flash/IRCQNet.swf" name="movie" />
<param value="high" name="quality" />
<param value="#FFFFFF" name="bgcolor" />
<param value="addr=irc.icq.com&amp;port=7012&amp;defaultRoom=#web" name="flashvars" />           <embed height="350" align="" width="580" flashvars="addr=irc.icq.com&amp;port=7012&amp;defaultRoom=#web" name="nsirc" bgcolor="#FFFFFF" quity="high" src="http://irc.icq.com/flash/IRCQNet.swf"></embed>                                   10. Titulo Desplegable con Links            dijo:
<h2 id="sidebar_heading"><span><center><font size="2" color="blue">Texto</font></center></span></h2>
<div id="sidebar_content"><center><button onclick="javascript:window.location=''url;" type="button">texto</button><hr />
las webs y posibles categorias</center>
<form>
    <select name="urldestino">
    <option selected="">Texto de arriba           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto            </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    <option value="url">texto           </option>
    </select>           <input type="button" name="button" onClick="location=this.form.urldestino.value" value="IR" />
</form>
11. Comentarios Condicionales (Internet Explore)            dijo:            <!--[if IE]>
          Cualquier cosa aqui
          <![endif]-->             12. Login de P&aacute;ginas Ocultas en cualquier Sitio            dijo:            <center>
<form method="POST" action="URL (parte final) de nuestra p&aacute;gina del extra ejemplo: AccessKeys.htm">
    <table>
        <tbody>
            <tr>
                <td>Nombre de usuario:</td>
                <td><input type="text" value="" name="logindata[name]" /></td>
            </tr>
            <tr>
                <td>Contrase&ntilde;a:</td>
                <td><input type="PASSWORD" value="" name="logindata[kennwort]" /></td>
            </tr>
        </tbody>
    </table>
    <input type="hidden" value="1" name="mode" />           <input type="hidden" value="1" name="checklogin" />           <input type="hidden" value="1" name="logindata[checklogin]" />           <input type="submit" value="Lo que dira el boton ejemplo: ACCEDER" />
</form>
</center>             13. Super Traductor            dijo:            <strong><a title="Google-Traduction-Fran&ccedil;ais-en-anglais " onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cen&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Google-Traduction-Fran&ccedil;ais-en-anglais " src="http://i321.photobucket.com/albums/nn397/rodney2006_2008/flag_usa.gif" alt="Google-Translate-English to French " style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Arabic" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Car&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Traduire fran&ccedil;ais en Arabic" src="http://i263.photobucket.com/albums/ii150/mohamedrias/Arabic_Flag.png" alt="Traduire fran&ccedil;ais en Arabic" style="cursor: pointer;" /></a>            <a title="Translate to Chinese (Simplified) BETA" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Czh-CN&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Chinese (Simplified) BETA" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_chinese_s.png" alt="Google-Translate-Chinese (Simplified) BETA" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Bulgarian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cbg&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Bulgarian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Bulgarian_Flag.png" alt="Traduire fran&ccedil;ais en Arabic" style="cursor: pointer;" /></a>              <a title="Traduire fran&ccedil;ais en Traditional Chinese" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Czh-TW&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to traditional Chinese" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Mandarin_Flag.png" alt="Traduire fran&ccedil;ais en Arabic" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Croatian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Chr&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Croatian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Croatian_Flag.png" alt="Traduire fran&ccedil;ais en Croatian" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Czech" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Ccs&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Czech" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Czech_Flag.png" alt="Traduire fran&ccedil;ais en Czech" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Danish" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cda&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Danish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Danish_Flag.png" alt="Traduire fran&ccedil;ais en danish" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Dutch" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cnl&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Dutch" src="http://i40.photobucket.com/albums/e208/winglord01/nederlands.gif" alt="Traduire fran&ccedil;ais en Dutch" style="cursor: pointer;" /></a>             <a title="Traduire fran&ccedil;ais en Finnish" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cfi&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Finnish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Finnish_Flag.png" alt="Traduire fran&ccedil;ais en Finnish" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en German" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cde&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Traduire fran&ccedil;ais en German" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_german_s.png" alt="Traduire fran&ccedil;ais en German" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Greek" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cel&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Greek" src="http://i18.photobucket.com/albums/b120/pdhinderlie/Web%20Stuff/Flags/flag_gr.gif" alt="Traduire fran&ccedil;ais en Greek" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Hindi" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Chi&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Hindi" src="http://i323.photobucket.com/albums/nn467/techbookmark/hindi.png" alt="Traduire fran&ccedil;ais en Hindi" style="cursor: pointer;" /></a>             <a title="Google-Translate-English to Italian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cit&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title=" Traduire fran&ccedil;ais en Italian" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_italian_s.png" alt=" Traduire fran&ccedil;ais en Italian" style="cursor: pointer;" /></a>            <a title="Google-Translate-English to Japanese BETA" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cja&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Traduire fran&ccedil;ais en Japanese BETA" src="http://i187.photobucket.com/albums/x307/Mafishioso/_japanese_s.png" alt="Google-Translate-English to Japanese BETA" style="cursor: pointer;" /></a>             <a title=" Traduire fran&ccedil;ais en Korean BETA" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cko&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Traduire fran&ccedil;ais en Korean BETA" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_korean_s.png" alt="Traduire fran&ccedil;ais en Korean BETA" style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Norwegian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cno&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Norwegian" src="http://i536.photobucket.com/albums/ff328/pmhrid/norway_flag.png" alt="Traduire fran&ccedil;ais en Norwegian" style="cursor: pointer;" /></a>           <a title="Traduire fran&ccedil;ais en Polish" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cpl&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Polish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Polish_Flag.png" alt="Traduire fran&ccedil;ais en Polish" style="cursor: pointer;" /></a>           <a title="Traduire fran&ccedil;ais en Portuguese" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cpt&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Portuguese" src="http://i18.photobucket.com/albums/b120/pdhinderlie/Web%20Stuff/Flags/flag_pt.gif" alt="Traduire fran&ccedil;ais en Portuguese" style="cursor: pointer;" /></a>           <a title="Traduire fran&ccedil;ais en Romanian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cro&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Romanian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Romansh_Flag.png" alt="Traduire fran&ccedil;ais en Romanian" style="cursor: pointer;" /></a>           <a title="Traduire fran&ccedil;ais en Russian" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cru&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Russian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Russian_Flag.png" alt="Traduire fran&ccedil;ais en Russian" style="cursor: pointer;" /></a>            <a title=" Traduire fran&ccedil;ais en Russian BETA " onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Cru&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title=" Traduire fran&ccedil;ais en Russian BETA " src="http://i263.photobucket.com/albums/ii150/mohamedrias/_russian_s.png" alt="Traduire fran&ccedil;ais en Russian BETA " style="cursor: pointer;" /></a>            <a title="Traduire fran&ccedil;ais en Spanish" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Ces&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Traduire fran&ccedil;ais en Spanish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Spanish_Flag.png" alt="Traduire fran&ccedil;ais en Spanish" style="cursor: pointer;" /></a>             <a title="Traduire fran&ccedil;ais en Swedish" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&amp;langpair=fr%7Csv&amp;hl=fr&amp;ie=UTF8'); return false;" rel="nofollow" target="_blank"><img height="18" border="0" width="24" title="Translate to Swedish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Swedish_Flag.png" alt="Traduire fran&ccedil;ais en Swedish" style="cursor: pointer;" /></a>            </strong>             14. Google Maps            dijo:            <iframe scrolling="no" height="600" frameborder="0" width="800" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=32.885543,56.513672&amp;z=4&amp;output=embed&amp;s=AARTsJqzARj-Z8VnW5pkPMLMmZbqrJcYpw"></iframe><br />
<small><a href="http://maps.google.com/?ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=32.885543,56.513672&amp;z=4&amp;source=embed" style="color: rgb(0, 0, 255); text-align: left;">Ver mapa m&aacute;s grande</a></small>             15. Cambiar el Cursor al Pasar Por Una Imagen            dijo:            <img src="la url de la imagen" style="" alt="" />             16. Poner un Boton Simple            dijo:            <a href="AQUI LA URL"><button><font color="#cc0000"><strong>AQUI EL TEXTO</strong></font></button>             17. Modificar la Plantilla Flash-General-No Tan Popular            dijo:            <script type="text/javascript">
          function Header()
          {
          document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="888" height="136">');

          document.write('<param name="movie" value="https://img.webme.com/designs/flash/Blubber heder2.swf?color=0x000000&headerTitle='+encodeURI(" "+'" />');

          document.write('<param name="allowScriptAccess" value="always">');
          document.write('<param name="quality" value="high" />');

          document.write('<embed src="https://img.webme.com/designs/flash/Blubber heder2.swf?color=0x000000&headerTitle='+encodeURI(" "+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="888" height="136" allowScriptAccess="always">');

          document.write('</embed>');

          document.write('</object>');
          }

          function Menu()
          {
          document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="162" height="170">');

          document.write('<param name="movie" value="https://img.webme.com/designs/flash/Blubber menu2.swf?color=0x000000&labels='+encodeURI("Home_-_-___-_-_fds_-_-___-_-_Título de la nuevad página_-_-___-_-_Libro de visitantes_-_-___-_-_Xd"+'&position=1&url='+encodeURI("/Home.htm_-_-___-_-_/fds.htm_-_-___-_-_/T%EDtulo-de-la-nuevad-p%E1gina.htm_-_-___-_-_/Libro-de-visitantes.htm_-_-___-_-_/Xd/index.htm"+'" />');
          document.write('<param name="allowScriptAccess" value="always">');
          document.write('<param name="quality" value="high" />');
          document.write('<param name="scale" value="noscale" /><param name="salign" value="t" />');
          document.write('<embed src="https://img.webme.com/designs/flash/Blubber menu2.swf?color=0x000000&labels='+encodeURI("Home_-_-___-_-_fds_-_-___-_-_Título de la nuevad página_-_-___-_-_Libro de visitantes_-_-___-_-_Xd"+'&position=0&url='+encodeURI("/Home.htm_-_-___-_-_/fds.htm_-_-___-_-_/T%EDtulo-de-la-nuevad-p%E1gina.htm_-_-___-_-_/Libro-de-visitantes.htm_-_-___-_-_/Xd/index.htm"+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="162" height="170" scale="noscale" salign="t" allowScriptAccess="always">');

          document.write('</embed>');

          document.write('</object>');

          }
          </script>             18. Imagen Semi-Transparente Se Vuelve Normal.            dijo:            </a>
<table cellspacing="1" cellpadding="1" border="1" width="200">
    <tbody>
        <tr>
            <td><font color="#ff0000"><iframe scrolling="no" height="478" frameborder="0" width="495" src="http://www.meebo.com" name="I1" border="0"></iframe></font></td>
        </tr>
        <tr>
            <td bgcolor="#99ccff">
            <p align="center"><a href="http://www.ocio-full.blogspot.com" target="_blank"><b><font color="#ffffff">Ocio Full</font></b></a></p>
            </td>
        </tr>
    </tbody>
</table>
<a href="AQUI LA URL">      22. Chiste del Dia: (Google Gadgets)            dijo:            <script src="http://www.gmodules.com/ig/ifr?url=http://pagina-del-dia.euroresidentes.es/chiste-del-dia/gadget-chiste-del-dia.xml&amp;synd=open&amp;w=290&amp;h=250&amp;title=Chiste+de+Hoy&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>             23. Reproductor MP3            dijo:            </a><a style="position: fixed; bottom: 506px; right: 765px;"><object height="20" width="240" data="http://www.estvideo.com/dew/media/dewplayer-multi.swf?mp3=http://tucancion.mp3|http://otracancion.mp3|http://otracancion.mp3|http://otracancion.mp3|http://otracancion.mp3|http://otracancion.mp3 http://otracancion.mp3&amp;autostart=1&amp;bgcolor=FFFFFF" type="application/x-shockwave-flash">
<param value="http://www.estvideo.com/dew/media/dewplayer-multi.swf?mp3=http://tucancion.mp3|http://otracancion.mp3&amp;bgcolor=FFFFFF" name="movie" />           </object>          Para poner mas canciones: en donde dice |http://otracancion.mp3, poner la url de la cancion MP3           24. Google Traductor Web:            dijo:            <script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=es&w=160&h=60&title=&border=&output=js"></script>             25. Efecto Burbujas (Gracias a Team-Webmaster)            dijo:            <script language="JavaScript1.2"> <!-- Begin /****************************************** * Burbujas Script - HTML.Dynamico 2001 * Mas Scripts y Recursos para tu web en: * http://www.htmldynamico.cjb.net ******************************************/ var no = 15; // image number or falling rate var speed = 2; // the lower the number the faster the image moves var snow = new Array(); snow[0] = "bubble.gif" snow[1] = "bubble.gif" snow[2] = "bubble.gif" var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 1800; if (ns4up||ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); j = 0; for (i = 0; i < no; ++ i) { dx = 0; // set coordinate variables xp = Math.random()*(doc_width-50); // set position variables yp = Math.random()*doc_height; am = Math.random()*20; // set amplitude variables stx = 0.02 + Math.random()/10; // set step variables sty = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src=""+ snow[j] + "" border="0"></layer>"; } else { document.write("<layer name="dot"+ i +"" left="15" top="15" visibility="show"><img src=""+ snow[j] + "" border="0"></layer>"; } } else if (ie4up||ns6up) { if (i == 0) { document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + snow[j] + "" border="0"></div>"; } else { document.write("<div id="dot"+ i +"" style="POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;"><img src="" + snow[j] + "" border="0"></div>"; } } if (j == (snow.length-1)) { j = 0; } else { j += 1; } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp -= sty; if (yp < -50) { xp = Math.random()*(doc_width-am-30); yp = doc_height; stx = 0.02 + Math.random()/10; sty = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx += stx; document.layers["dot"+i].top = yp+pageYOffset; document.layers["dot"+i].left = xp + am*Math.sin(dx); } setTimeout("snowNS()", speed); } function snowIE_NS6() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp -= sty; if (yp < -50) { xp = Math.random()*(doc_width-am-30); yp = doc_height; stx = 0.02 + Math.random()/10; sty = 0.7 + Math.random(); doc_width = ns6up?window.innerWidth-5:document.body.clientWidth; doc_height = ns6up?window.innerHeight-5:document.body.clientHeight; } dx += stx; if (ie4up){ document.all["dot"+i].style.pixelTop = yp+document.body.scrollTop; document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx); } else if (ns6up){ document.getElementById("dot"+i).style.top=yp+pageYOffset; document.getElementById("dot"+i).style.left=xp + am*Math.sin(dx); } } setTimeout("snowIE_NS6()", speed); } if (ns4up) { snowNS(); } else if (ie4up||ns6up) { snowIE_NS6(); } // End --> </script>             26. Incorporar una casilla de b&uacute;squeda Google en el sitio web.            dijo:            <!-- Búsqueda Google -->           </a><center>
<form action="http://www.google.com/search" method="GET">
    <table bgcolor="#ffffff">
        <tbody>
            <tr>
                <td><a href="http://www.google.com/">           <img border="0" align="absmiddle" alt="Google" src="http://www.google.com/logos/Logo_40wht.gif" /></a>           <input type="text" value="" maxlength="255" size="31" name="q" />           <input type="hidden" value="es" name="hl" />           <input type="submit" value="B&uacute;squeda Google" name="btnG" /></td>
            </tr>
        </tbody>
    </table>
</form>
</center> <a style="position: fixed; bottom: 506px; right: 765px;">          <!-- Búsqueda Google -->             27. Establecer una p&aacute;gina como inicio:            dijo:            </a><a onclick=
          "this.style.behavior='url(#default#homepage)';
          this.setHomePage('http://URL DE TU PAGINA');" style="font-weight: bold; color: rgb(0, 64, 128); font-family: Verdana;" class="chlnk">           <font size="-2" face="Arial" color="#000000"><u>           Establecer como p&aacute;gina de inicio</u></font></a>             28. No dejar seleccionar el texto de nuestra Web:            dijo:            <script language="Javascript">
          <!-- Begin
          function disableselect(e){
          return false
          }
          function reEnable(){
          return true
          }
          document.onselectstart=new Function ("return false"
          if (window.sidebar){
          document.onmousedown=disableselect
          document.onclick=reEnable
          }
          // End -->
          </script>             29. Recomendar web            dijo:
<form name="eMailer">
    ENV&Iacute;A ESTA P&Aacute;GINA A UN AMIGO           <br />
    Indica su e-mail:           <br />
    <input type="text" size="25" name="address" />           <br />
    <input type="button" onClick="mailThisUrl();" value="Recomend&aacute; esta Web!" />
</form>
<script language="JavaScript1.2" type="text/javascript">
          var good;
          function checkEmailAddress(field) {
          // the f</body></html></script></div>
 
  Hoy habia 1 visitantes (7 clics a subpáginas) ¡Aqui en esta página! Copyright): Todo Reservado Por Minedosantox  
 
Pwg Maker - Inicio Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis