✔ !! Internet Explorer Magic !!

!! IE Magic !!

This code will automatically minimize your IE browser window.  I tried on IE 6, It works well. I don't know about IE 7 or 8, plz you try it & leave comments on it..

1. Copy and paste below code to notepad

2. Save it as "magic.html" (without quotes), anywhere on computer.

3. Open this html file with Internet Explorer browser.

4. As soon as you open the window.. it will alert you, just press OK & see magic !!
<!-- Code Begins here--> 
<html>
<head>
<title>Magic by www.freehackteck.blogspot.com</title>
</head>
<body>
<script language="javascript">
alert("Hey, Click 'OK' n See Magic"); 

// (optional, Even if you remove above line, it will work without alert)

javascript:function shw(n)
{
if(self.moveBy)
{
for(i=35;i>0;i--)
{
for(j=n;j>0;j--)
{
self.moveBy(1,i);
self.moveBy(2);
self.moveBy(-i,0);}}}}shw(6)
</script>
</body>
</html>
<!-- Code Ends here-->

Comments
0 Comments