viernes, 1 de julio de 2011

Códigos HTML

:
Hola amigos si te interesan las páginas web, los códigos, etc, estas en el lugar correcto. 

Códigos: 
dijo:
:<div style="text-align: center"><img alt="" src="http://img.webme.com/pic/p/pekenetweb/new_icons_07.gif" _fcksavedurl="http://img.webme.com/pic/p/pekenetweb/new_icons_07.gif" _fcksavedurl="http://img.webme.com/pic/p/pekenetweb/new_icons_07.gif" /></div> <div style="text-align: center"><br />


dijo:
Texto encuadrado: <form><br /> <div style="text-align: center"><textarea id="code" rows="6" cols="50" name="cajatexto">El texto que quieras</textarea><br /><br /> <input id="botoncode" type="button" onclick="javascript:this.form.cajatexto.focus();this.form.cajatexto.select();" name="button" value="Seleccionar texto" /></div><br /> </form>


dijo:
Recomendar página: <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_fckprotectedatt="%20onClick%3D%22mailThisUrl()%3B%22"> </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>


dijo:
Imprimir página actual: <a href="javascript:print()" _fcksavedurl="javascript:print()">Imprimir</a>


dijo:
No dejar seleccionar el texto de tu página web: <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>


dijo:
Transformar el cursor en una mira: <style type="text/css">
<!--
body { cursor: crosshair}
-->
</style>


dijo:
Saludo al visitante: <Font size=2><Script Language="JavaScript">
<!-- 
today = new Date()
if(today.getMinutes() < 10){ 
pad = "0"}
else 
pad = "";
document.write ;if((today.getHours() >=6) && (today.getHours() <=9)){
document.write("¡Buen día!")
}
if((today.getHours() >=10) && (today.getHours() <=11)){
document.write("¡Buen día!")
}
if((today.getHours() >=12) && (today.getHours() <=19)){
document.write("¡Buenas tardes!")

if((today.getHours() >=20) && (today.getHours() <=23)){
document.write("¡Buenas noches!")
}
if((today.getHours() >=0) && (today.getHours() <=3)){
document.write("¡Buenas noches!")
}
if((today.getHours() >=4) && (today.getHours() <=5)){
document.write("¡Buenas noches!")
}
// -->
</script>
    </b></font>


dijo:
Añadir a favoritos: <a href="javascript:window.external.AddFavorite('http://www.pauluk.8k.com',
'Pauluk Computacion')"><small><font size="1">
Agregar a favoritos</font></small></a>


dijo:
Redireccionar web:
<SCRIPT LANGUAGE="JavaScript">
location.href='http://tuweb.***';
</SCRIPT>


dijo:
Imagen En Esquina superior (derecha): <a href='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' style='display:scroll;position:fixed;top:0px;right:0px;'> <img src='TU IMAGEN' _fcksavedurl='TU IMAGEN' _fcksavedurl='TU IMAGEN'/></a>


dijo:
Imagen En Esquina superior (izquierda): <a href='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' style='display:scroll;position:fixed;top:0px;left:0px;'> <img src='TU IMAGEN' _fcksavedurl='TU IMAGEN' _fcksavedurl='TU IMAGEN'/></a>


dijo:
Imagen En Esquina inferior (derecha): <a href='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' style='display:scroll;position:fixed;bottom:0px;right:0px;'> <img src='TU IMAGEN' _fcksavedurl='TU IMAGEN' _fcksavedurl='TU IMAGEN'/></a>


dijo:
Imagen En Esquina inferior (izquierda): <a href='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' _fcksavedurl='URL DE LA IMAGEN' style='display:scroll;position:fixed;bottom:0px;left:0px;'> <img src='TU IMAGEN' _fcksavedurl='TU IMAGEN' _fcksavedurl='TU IMAGEN'/></a>

No hay comentarios:

Publicar un comentario