Make that window go away!

 

Trucos y Jaladas del ...
Mago Mafufo

Tricks with scripts.

Script for:

Click on a link and make the webpage to go away.
Precione sobre el enlace y haga que la pagina se comience a ir poco a poco.

 

ZADA CADULA CHACHICOMULA ABRA-CADA-ABRA QUE SE VAYA LA VENTANA MOCUS POCUS FOCUS
Html example (Script in green)
Ejemplo de html (Script en verde)
Get the script Notes
<html>
<head>
<title></title>
<meta ....>

<script language="JavaScript">
function moveWin() {
for (var i = 1; i < 1001; i++)
window.moveBy(1, 1);
window.moveBy(-1000, -1000);
}
</script>


</head>
<body>

<a href="#" onclick="moveWin(); window.location. href='http://www.masterdiz.com';">
Abracadabra</a>
</body>
</html>
This script has two parts:
Copy and paste the first part between <head>and</head>
(See html example)

Este script consta de dos partes:
Copie y empaste la primera parte entre
<head>Y</head>
(Mire el ejemplo de html)

This is the first Part.
Esta es la primera parte.

----------------------

This is the second part, copy and paste between <body>and</body>
(see html example)

Esta es la segunda parte, copie y empaste entre <body>Y</body>
(Mire el ejemplo de html>


In the second part of the script you have to do two changes only:
Where the red letters are, replace it with the url you want, and where the pink letters are, replace it with the name of the link you want.
(see html example)

En la segunda parte del script solo tiene que hacer dos cambios:
Lo que esta con letras
rojas, reemplaselo con la direccion de web que usted decee, y lo que esta con letras rosas reemplaselo con el nombre del enlase que usted quiera.
(mire el ejemplo de html)

 

  Recommend
This Site To A Friend

 

Links

New Links
Tricks with JavaScript
JavaScript for Popup
Scripts and tutorials
Secret JavaScript's
Scrollbars
Color code generator

 

New Links

Cool web Backgrounds
Super 3D Backgrounds
Real Animated Backgrounds
Free Web Graphics
Free Graphic Tools
Free Web Tools

Light Speed Web Graphics.
Animated Backgrounds

disclaimer

 

Copyright © 2003 MasterDiz.com "El mago mafufo" (All graphics and scripts are copyright by their own authors and we don't claim their copyright)