InicioTaringa30 codigos de 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 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> <!-- Búsqueda Google -->






2. Chat

dijo:

<br />
<img border="0" alt="" style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNzc1MDQxNDc4NzUmcHQ9MTI3NzUwNDE1MTYwOSZwPTUzMTUxJmQ9Jmc9MiZvPWU1M2ZkOGNkMDQ2MzQzOWRiMGEw/NGI4ZDE4MmI5NjRmJm9mPTA=.gif" /><embed width="540" height="405" align="middle" src="http://www.***/web_gear/chat/chat.swf" quality="high" bgcolor="#000000" name="chat" flashvars="id=101016809" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml"></embed><br />
<small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=101016809">Go Large!</a></small><br />






3. Camara de Vigilancia

dijo:

<div style="text-align: center;"><a href="http://www.youtube.com/user/Animal4146" _fcksavedurl="http://www.youtube.com/user/Animal4146" _fcksavedurl="http://www.animal4146.***/%5B__%3ESalamandra-Server%3C__%5D.htm#comment" style="right: 0px; position: fixed; top: 0px;"><img src="http://i31.tinypic.com/11r6mnl.gif" _fcksavedurl="http://i31.tinypic.com/11r6mnl.gif" _fcksavedurl="http://i31.tinypic.com/11r6mnl.jpg" alt="" /></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+'"> </'+'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[x]=0;
}
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>

<BODY style="font-family: Verdana">
</p>
<div id="Matrix">AQUI EL TEXTO QUE SE FORMARA</div>






7. Cambiar el Color de Fondo

dijo:

<table border="1" cellspacing="0">
<tr>
<td bgcolor="#000000"><a
onmouseover="document.bgColor='000000'"> </a> </td>
<td bgcolor="#C0C0C0"><a
onmouseover="document.bgColor='C0C0C0'"> </a> </td>
<td bgcolor="#808080"><a
onmouseover="document.bgColor='808080'"> </a> </td>
<td bgcolor="#FFFFFF"><a
onmouseover="document.bgColor='FFFFFF'"> </a> </td>
<td bgcolor="#800000"><a
onmouseover="document.bgColor='800000'"> </a> </td>
<td bgcolor="#FF0000"><a
onmouseover="document.bgColor='FF0000'"> </a> </td>
<td bgcolor="#800080"><a
onmouseover="document.bgColor='800080'"> </a> </td>
<td bgcolor="#FF00FF"><a
onmouseover="document.bgColor='FF00FF'"> </a> </td>
<td bgcolor="#008000"><a
onmouseover="document.bgColor='008000'"> </a> </td>
<td bgcolor="#00FF00"><a
onmouseover="document.bgColor='00FF00'"> </a> </td>
<td bgcolor="#808000"><a
onmouseover="document.bgColor='808000'"> </a> </td>
<td bgcolor="#FFFF00"><a
onmouseover="document.bgColor='FFFF00'"> </a> </td>
<td bgcolor="#000080"><a
onmouseover="document.bgColor='000080'"> </a> </td>
<td bgcolor="#0000FF"><a
onmouseover="document.bgColor='0000FF'"> </a> </td>
<td bgcolor="#008080"><a
onmouseover="document.bgColor='008080'"> </a> </td>
<td bgcolor="#00FFFF"><a
onmouseover="document.bgColor='00FFFF'"> </a> </td>
</tr>
</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 alt="" id="example" src="URL DE TU IMAGEN" style="position: relative;" />
</div>
<script type="text/javascript">
Drag.init(document.getElementById("example";
</script>






9. Chat ICQ

dijo:

OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="580" HEIGHT="350" id="ieirc" ALIGN="">
<PARAM NAME="movie" VALUE="http://irc.icq.com/flash/IRCQNet.swf"><PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#FFFFFF">
<PARAM NAME="flashvars" VALUE="addr=irc.icq.com&port=7012&defaultRoom=#web">
<EMBED src="http://irc.icq.com/flash/IRCQNet.swf" quity="high" bgcolor="#FFFFFF" WIDTH="580" HEIGHT="350"
NAME="nsirc" ALIGN=""
FLASHVARS="addr=irc.icq.com&port=7012&defaultRoom=#web">
</EMBED>
</OBJECT>






10. Titulo Desplegable con Links

dijo:

<h2 id="sidebar_heading"><span><center><font color="blue" size="2">Texto</font></center></span></h2>

<div id="sidebar_content"><center><button type="button" OnClick="javascript:window.location=''url;">texto</button><hr>
las webs y posibles categorias</center>
<form>
<SELECT NAME="urldestino">
<option selected>Texto de arriba
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto

<option value="url">texto
<option value="url">texto
<option value="url">texto
<option value="url">texto
</SELECT>
<input type="button" value="IR" onClick="location=this.form.urldestino.value" name="button">
</form>






11. Comentarios Condicionales (Internet Explore)

dijo:

<!--[if IE]>
Cualquier cosa aqui
<![endif]-->






12. Login de Páginas Ocultas en cualquier Sitio

dijo:

<CENTER><FORM action="URL (parte final) de nuestra página del extra ejemplo: AccessKeys.htm" method="POST"><TABLE><TR><TD>Nombre de usuario:</TD><TD><input type="text" name="logindata[name]" value=""></TD></TR>
<TR><TD>Contraseña:</TD><TD><input type="PASSWORD" name="logindata[kennwort]" value=""></TD></TR>
</TABLE>
<input type="hidden" name="mode" value="1">
<input type="hidden" name="checklogin" value="1">
<input type="hidden" name="logindata[checklogin]" value="1">
<input type="submit" value="Lo que dira el boton ejemplo: ACCEDER">
</CENTER></form>






13. Super Traductor

dijo:

<strong><a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cen&hl=fr&ie=UTF8'); return false;" title="Google-Traduction-Français-en-anglais "><img style="cursor: pointer;" alt="Google-Translate-English to French " src="http://i321.photobucket.com/albums/nn397/rodney2006_2008/flag_usa.gif" title="Google-Traduction-Français-en-anglais " border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Car&hl=fr&ie=UTF8'); return false;" title="Traduire français en Arabic"><img style="cursor: pointer;" alt="Traduire français en Arabic" src="http://i263.photobucket.com/albums/ii150/mohamedrias/Arabic_Flag.png" title="Traduire français en Arabic" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Czh-CN&hl=fr&ie=UTF8'); return false;" title="Translate to Chinese (Simplified) BETA"><img style="cursor: pointer;" alt="Google-Translate-Chinese (Simplified) BETA" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_chinese_s.png" title="Translate to Chinese (Simplified) BETA" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cbg&hl=fr&ie=UTF8'); return false;" title="Traduire français en Bulgarian"><img style="cursor: pointer;" alt="Traduire français en Arabic" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Bulgarian_Flag.png" title="Translate to Bulgarian" border="0" width="24" height="18"></a>



<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Czh-TW&hl=fr&ie=UTF8'); return false;" title="Traduire français en Traditional Chinese"><img style="cursor: pointer;" alt="Traduire français en Arabic" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Mandarin_Flag.png" title="Translate to traditional Chinese" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Chr&hl=fr&ie=UTF8'); return false;" title="Traduire français en Croatian"><img style="cursor: pointer;" alt="Traduire français en Croatian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Croatian_Flag.png" title="Translate to Croatian" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Ccs&hl=fr&ie=UTF8'); return false;" title="Traduire français en Czech"><img style="cursor: pointer;" alt="Traduire français en Czech" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Czech_Flag.png" title="Translate to Czech" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cda&hl=fr&ie=UTF8'); return false;" title="Traduire français en Danish"><img style="cursor: pointer;" alt="Traduire français en danish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Danish_Flag.png" title="Translate to Danish" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cnl&hl=fr&ie=UTF8'); return false;" title="Traduire français en Dutch"><img style="cursor: pointer;" alt="Traduire français en Dutch" src="http://i40.photobucket.com/albums/e208/winglord01/nederlands.gif" title="Translate to Dutch" border="0" width="24" height="18"></a>


<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cfi&hl=fr&ie=UTF8'); return false;" title="Traduire français en Finnish"><img style="cursor: pointer;" alt="Traduire français en Finnish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Finnish_Flag.png" title="Translate to Finnish" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cde&hl=fr&ie=UTF8'); return false;" title="Traduire français en German"><img style="cursor: pointer;" alt="Traduire français en German" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_german_s.png" title="Traduire français en German" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cel&hl=fr&ie=UTF8'); return false;" title="Traduire français en Greek"><img style="cursor: pointer;" alt="Traduire français en Greek" src="http://i18.photobucket.com/albums/b120/pdhinderlie/Web%20Stuff/Flags/flag_gr.gif" title="Translate to Greek" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Chi&hl=fr&ie=UTF8'); return false;" title="Traduire français en Hindi"><img style="cursor: pointer;" alt="Traduire français en Hindi" src="http://i323.photobucket.com/albums/nn467/techbookmark/hindi.png" title="Translate to Hindi" border="0" width="24" height="18"></a>


<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cit&hl=fr&ie=UTF8'); return false;" title="Google-Translate-English to Italian"><img style="cursor: pointer;" alt=" Traduire français en Italian" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_italian_s.png" title=" Traduire français en Italian" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cja&hl=fr&ie=UTF8'); return false;" title="Google-Translate-English to Japanese BETA"><img style="cursor: pointer;" alt="Google-Translate-English to Japanese BETA" src="http://i187.photobucket.com/albums/x307/Mafishioso/_japanese_s.png" title="Traduire français en Japanese BETA" border="0" width="24" height="18"></a>


<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cko&hl=fr&ie=UTF8'); return false;" title=" Traduire français en Korean BETA"><img style="cursor: pointer;" alt="Traduire français en Korean BETA" src="http://i263.photobucket.com/albums/ii150/mohamedrias/_korean_s.png" title="Traduire français en Korean BETA" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cno&hl=fr&ie=UTF8'); return false;" title="Traduire français en Norwegian"><img style="cursor: pointer;" alt="Traduire français en Norwegian" src="http://i536.photobucket.com/albums/ff328/pmhrid/norway_flag.png" title="Translate to Norwegian" border="0" width="24" height="18"></a>
<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cpl&hl=fr&ie=UTF8'); return false;" title="Traduire français en Polish"><img style="cursor: pointer;" alt="Traduire français en Polish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Polish_Flag.png" title="Translate to Polish" border="0" width="24" height="18"></a>
<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cpt&hl=fr&ie=UTF8'); return false;" title="Traduire français en Portuguese"><img style="cursor: pointer;" alt="Traduire français en Portuguese" src="http://i18.photobucket.com/albums/b120/pdhinderlie/Web%20Stuff/Flags/flag_pt.gif" title="Translate to Portuguese" border="0" width="24" height="18"></a>
<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cro&hl=fr&ie=UTF8'); return false;" title="Traduire français en Romanian"><img style="cursor: pointer;" alt="Traduire français en Romanian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Romansh_Flag.png" title="Translate to Romanian" border="0" width="24" height="18"></a>
<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cru&hl=fr&ie=UTF8'); return false;" title="Traduire français en Russian"><img style="cursor: pointer;" alt="Traduire français en Russian" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Russian_Flag.png" title="Translate to Russian" border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Cru&hl=fr&ie=UTF8'); return false;" title=" Traduire français en Russian BETA "><img style="cursor: pointer;" alt="Traduire français en Russian BETA " src="http://i263.photobucket.com/albums/ii150/mohamedrias/_russian_s.png" title=" Traduire français en Russian BETA " border="0" width="24" height="18"></a>

<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Ces&hl=fr&ie=UTF8'); return false;" title="Traduire français en Spanish"><img style="cursor: pointer;" alt="Traduire français en Spanish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Spanish_Flag.png" title="Traduire français en Spanish" border="0" width="24" height="18"></a>


<a target="_blank" rel="nofollow" onclick="window.open('http://www.google.com/translate_p?u='+encodeURIComponent(location.href)+'&langpair=fr%7Csv&hl=fr&ie=UTF8'); return false;" title="Traduire français en Swedish"><img style="cursor: pointer;" alt="Traduire français en Swedish" src="http://i166.photobucket.com/albums/u106/language_forum/Languages/Swedish_Flag.png" title="Translate to Swedish" border="0" width="24" height="18"></a>

</strong>






14. Google Maps

dijo:

<iframe height="600" frameborder="0" width="800" scrolling="no" src="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=32.885543,56.513672&z=4&output=embed&s=AARTsJqzARj-Z8VnW5pkPMLMmZbqrJcYpw" marginwidth="0" marginheight="0"></iframe><br />
<small><a style="color: rgb(0, 0, 255); text-align: left;" href="http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=32.885543,56.513672&z=4&source=embed">Ver mapa m&aacute;s grande</a></small>






15. Cambiar el Cursor al Pasar Por Una Imagen

dijo:

<img style="CURSOR: aqui-el-nombre-del-cursor-que-quieran" src="la url de la imagen">






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="http://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="http://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="http://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="http://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:

<imgsrc="URL DE LA IMAGEN" width="105" height="140"
style="-moz-opacity:0.5;filter:alpha(opacity=50);cursor:hand"
onmouseover="this.style.MozOpacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.MozOpacity=0.5;this.filters.alpha.opacity=50"
>






19. Mensajes en letreros con caritas.

dijo:

<iframe height="300" frameborder="0" width="100%" style="width: 93.98%; height: 433px;" src="http://www.bautizame.org/hi5/generadores/generador_caritas_cartel/index.php"></iframe>






20. Buscador de imagenes.

dijo:

<embed src="http://xfacts.com/widgets/flickr_search.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="600"></embed>






21. Msn,Yahoo y +

dijo:

<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>






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&synd=open&w=290&h=250&title=Chiste+de+Hoy&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>






23. Reproductor MP3

dijo:

<a style="position: fixed; bottom: 506px; right: 765px;" <object type="application/x-shockwave-flash" 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&autostart=1&bgcolor=FFFFFF" width="240" height="20">
<param name="movie" value="http://www.estvideo.com/dew/media/dewplayer-multi.swf?mp3=http://tucancion.mp3|http://otracancion.mp3&bgcolor=FFFFFF" />
</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úsqueda Google en el sitio web.

dijo:

<!-- 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 -->






27. Establecer una página como inicio:

dijo:

<A class=chlnk style="FONT-WEIGHT: bold; CURSOR: hand;
COLOR: #004080; FONT-FAMILY: Verdana" onclick=
"this.style.behavior='url(#default#homepage)';
this.setHomePage('http://URL DE TU PAGINA');">
<FONT face=Arial color=#000000 size=-2><U>
Establecer como pá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ÍA ESTA PÁGINA A UN AMIGO
<br>
Indica su e-mail:
<br>
<input type="text" name="address" size="25">
<br>
<input type="button" value="Recomendá esta Web!" onClick="mailThisUrl();">
</form>
<script language="JavaScript1.2">
var good;
function checkEmailAddress(field) {
// the following expression must be all on one line...
var goodEmail = field.value.match(/b(^(S+@).+((.com)|(.net)|
(.edu)|(.mil)|(.gov)|(.org)|(..{2,2}))$)b/gi);
if (goodEmail){
good = true
} else {
alert('Por favor introduce un e-mail valido')
field.focus()
field.select()
good = false
}
}
u = window.location;
m = "Pienso que te puede interesar esta página...";
function mailThisUrl(){
good = false
checkEmailAddress(document.eMailer.address)
if (good){
// the following expression must be all on one line...
window.location = "mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+" "+u;
}
}
</script>
Datos archivados del Taringa! original
3puntos
448visitas
0comentarios
Actividad nueva en Posteamelo
0puntos
5visitas
0comentarios
Dar puntos:

Dejá tu comentario

0/2000

Autor del Post

M
Minedosantox🇦🇷
Usuario
Puntos0
Posts10
Ver perfil →
PosteameloArchivo Histórico de Taringa! (2004-2017). Preservando la inteligencia colectiva de la internet hispanohablante.

CONTACTO

18 de Septiembre 455, Casilla 52

Chillán, Región de Ñuble, Chile

Solo correo postal

© 2026 Posteamelo.com. No afiliado con Taringa! ni sus sucesores.

Contenido preservado con fines históricos y culturales.