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