Cosas html para paginas Web
Relog :
Codigo:
<script type="text/javascript" src="https://www.24webclock.com/clock24.js"></script>
<table border="0" bgcolor="#3D700B" cellspacing=1 cellpadding=3 class="clock24st" style="line-height:14px; padding:0;">
<tr><td bgcolor="#88ED23" class="clock24std" style="font-family:arial; font-size:12px;"><a href="https://www.24webclock.com/de/"><img src="https://www.24webclock.com/ico.gif" width="14" height="14" border="0" alt="gratis uhren für homepage" align="left" hspace="2"></a> <a href="https://www.24webclock.com/es/" style="text-decoration:none;"><span class="clock24s" id="clock24_48434" style="color:#3D700B;">relojes web</span></a></td></tr>
</table>
<script type="text/javascript">
var clock24_48434 = new clock24('48434',-180,'%M / %dd / %yyyy %W %HH:%nn:%ss %P','es');
clock24_48434.daylight('AR'); clock24_48434.refresh();
</script>
------------------------------------------------------------------------------------------------------------------------------------------------
Cuantos estan online en tu pagina
Codigo:
<script type="text/javascript" src="https://widgets.amung.us/small.js"></script><script type="text/javascript">WAU_small('pgwnga9kklf2')</script>
------------------------------------------------------------------------------------------------------------------------------Codigo para que los visitantes te pongan de pagina de inicio
Codigo:
<h6><a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('https://tuwebaquí');return false;" href="Tu Pagina"><span style="background-color: yellow">Texto Que Quieres Que Aparezca Para Que Te Pongan Como Tu pagina De Inicio</span></a> <br />
-----------------------------------------------------------------------------------------------------------------------Codigo Para Poner Un Video En Tu Web
Codigo:
<object width="445" height="364"><param name="movie" value="https://www.youtube.com/v/ZOWjRU74HrU&hl=es_ES&fs=1&color1=0x5d1719&color2=0xcd311b&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="Pagina De El Video Que Quieres De Youtube&hl=es_ES&fs=1&color1=0x5d1719&color2=0xcd311b&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object>
----------------------------------------------------------------------------------------------------------------------------
Chat Para Tu Web:
Codigo:
<br />
<embed height="405" align="middle" width="540" name="chat" type="application/x-shockwave-flash" src="https://www.***/web_gear/chat/chat.swf" allowscriptaccess="sameDomain" flashvars="id=82328622&rl=Argentina" quality="high" pluginspage="https://***/update_flash.shtml"></embed><br />
<small><a target="_BLANK" href="https://***/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="https://***/web_gear/chat/go_large.php?id=82328622">Go Large!</a></small><br />
-------------------------------------------------------------------------------------------------------------------------------
Miles De Juegos Para Tu Web
Codigo:
<h1>Si Quieren Mas Juegos Apretan la Ruedita Hacia Abajo y Van Hacia Abajo En Este Cuadro Azul:<br />
<!-- JuegosDiarios No cambiar el cd00690067o ! --><iframe height="991" marginheight="0" border="0" src="https://www.juegosdiarios.com/webmasters/bannerp.html?c=9999999999999999999&w=700&h=991&cf=663366&cb=3399CC" frameborder="0" width="700" marginwidth="0" scrolling="no"></iframe><!-- JuegosDiarios.com --></h1>
------------------------------------------------------------------------------------------------------------------------
Ir a un sitio mediante una imagen
<!-- inicio codigo link -->
<a href="https://Url del sitio" target="_bank">
<img src="https://url de la imagen" /></a>
<!-- fin codigo link -->
-----------------------------------------------------------------------------------------------------------------------------------No dejar seleccionar el texto de nuestra Web:
Con este código vamos a impedir que los visitantes seleccionen el texto de nuestra página para luego copiarlo a otro lado.
<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>
----------------------------------------------------------------------------------------------------------------------------