agregar a favoritos  Hacerme tu pagina de inicio  Recomienda esta pagina a un amigo

Visitante n�

Menu

-inicio
-foro
-firmar libro

-ver libro 

-afiliate

Varios

-trucos S.O.
-javascript
-colores html

Download

- msn tools
-manuales
-hack
-librerias
-utilidades

Tutoriales

-photo shop
-fireworks
-flash

Humor�

-bromas pc
-ilusiones�opticas

��

Agregar a favoritos

<a href="javascript:window.external.AddFavorite
('http://www.infinito.vze.com','.:El infinito:.');">
Agregar a favoritos</a>

Pagina de inicio

<a href="#" onClick="this.style.behavior='url
(#default#homepage)';this.setHomePage
('http://www.infinto.vze.com/');return false">P�gina de inicio</a>


Anular boton derecho


<script language="JavaScript">
<!--
var message=".:El infinito:.";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// -->
</script>

Texto en barra de estado

<SCRIPT languague="JavaScript">
<!--
var cuenta=0
var texto=".:el infinito:. "
function scrolltexto () {
window.status=texto.substring (cuenta,texto.length)+ texto.substring(0,cuenta)
if (cuenta <texto.length){ cuenta ++
}else{
cuenta=0
}
setTimeout("scrolltexto()",150)
}
scrolltexto ()
//-->
</SCRIPT>
1
Hosted by www.Geocities.ws