Hojas de Estilo (CSS) Guardar como un archivo *.css
A:link {text-decoration: none;} A:visited {text-decoration:none;} A:hover {text-decoration: underline; color="#FFFF00";} A:active {TEXT-DECORATION: none} BODY { scrollbar-base-color : #000000; scrollbar-arrow-color : #FFFFFF; } .nav { color : #FFCC00; font-size : 8pt;}
Hojas de Estilo (Para llamarlo y siempre dentro del Head)
<head> <LINK REL=STYLESHEET TYPE="TEXT/CSS" HREF="webadicta.tk"> </head>
Funciones JavaScript (Guardarlo en un archivo *.js)
function right(e) { var msg = " [ www.webadictal.tk ] "; if (navigator.appName == 'Netscape' && e.which == 3) { alert(msg); // Delete this line to disable but not alert user return false; } else if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) { alert(msg); // Delete this line to disable but not alert user return false; } return true; } document.onmousedown = right;
Para llamar al JavaScript
<script language="JavaScript" src="ejemplo.js"></script>
Última modificación automática (escribe automáticamente la fecha cuando lo guardas)
<script language="VBScript"> document.write "Este documento fue actualizado por última vez en: " document.write document.lastmodified </script>
<script> function modelesswin(url,mwidth,mheight){ if (document.all&&window.print) //if ie5 eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")') else eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=o,scrollbars=1")') } modelesswin("http://www.webadicta.tk",500,300) </script>
<html> <head> <title>Chat Latino</title> <META HTTP-EQUIV="Refresh" CONTENT="2; URL=http://www.webadicta.tk"> </head> <body> </body> </html>
<SCRIPT language=JavaScript> <!-- var message="La copia está prohibida"; //Boton derecho function click(mouse) { if (document.all) { if (event.button==2||event.button==3) { alert(message); return false; } } if (document.layers) { if (mouse.which == 3) { alert(message); return false; } } } if (document.layers) { document.captureEvents(Event.MouseDown); //Teclado function keypressed() { alert("Tecla no permitida"); } } document.onmousedown=click; document.onkeydown=keypressed; // --> </SCRIPT> </P></BODY></HTML>
<html> <head> <!-- Copiar dentro del tag HEAD --> <script LANGUAGE="JavaScript"> extArray = new Array(".gif", ".jpg"); function LimitAttach(form, file) { allowSubmit = false; if (!file) return; while (file.indexOf("") != -1) file = file.slice(file.indexOf("") + 1); ext = file.slice(file.indexOf(".")).toLowerCase(); for (var i = 0; i < extArray.length; i++) { if (extArray[i] == ext) { allowSubmit = true; break; } } if (allowSubmit) form.submit(); else alert("Se permiten únicamente archivos con la extención: " + (extArray.join(" ")) + "nPor favor, seleccione otro archivo " + "e intente de nuevo."); } </script> </head> <body> <!-- Copiar dentro del tag BODY --> <form method="post" name="upform" action="cgi-bin/tu-script.cgi" enctype="multipart/form-data"> <p><input type="file" name="uploadfile"> <input type="button" name="Submit" value="Enviar" onclick="LimitAttach(this.form, this.form.uploadfile.value)"> </p> </form> </body> </html>
<SCRIPT language=JavaScript> var SpecialWord = "webadicta.tk", SpecialUrl = "http://www.thedaniex.com", SpecialLetter = 0; function getKey(keyStroke) { var isNetscape=(document.layers); var eventChooser = (isNetscape) ? keyStroke.which : event.keyCode; var which = String.fromCharCode(eventChooser).toLowerCase(); if (which == SpecialWord.charAt(SpecialLetter)) { SpecialLetter++; if (SpecialLetter == SpecialWord.length) window.location = SpecialUrl; } else SpecialLetter = 0; } document.onkeypress = getKey; </SCRIPT>
Abrir una ventana con un tamaño determinado
<SCRIPT language="JavaScript"> self.resizeTo(800,500); </SCRIPT>
<head> <script language="JavaScript"> <!-- hiding function expand() { for(x = 0; x < 50; x++) { window.moveTo(screen.availWidth * -(x - 50) / 100, screen.availHeight * -(x - 50) / 100); window.resizeTo(screen.availWidth * x / 50, screen.availHeight * x / 50); } window.moveTo(0,0); window.resizeTo(screen.availWidth, screen.availHeight); } // End --> </script> </head> <body> <a href="http://webadicta.tk onClick="expand();">Ver...</a>
<a href="http://webadicta.tk" target="_search">Abrir en la barra de busqueda.</a>
<a href="http://webadicta.tk" target="_media">Abrir en la barra multimedia de ie6</a>
Abrir ventana pop up que se minimice al iniciarse
<SCRIPT language="JavaScript"> <!-- window.open("http://www.webadicta.tk"); self.focus(); // --> </SCRIPT>
Sube tu foto: