Subscribe to our RSS Feeds
Welcome to my Place...
This blog is for those folks who are interested in computer tweaks..
Do it on your own risk !!, i am not responsible for any sort of misuse
All posts are tested, nothing fake over here.. If you like, comments on it..
Enjoy

✔ !! Internet Explorer Magic !!

4 Comments »
!! 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-->
Sunday, June 06, 2010

4 Responses to "✔ !! Internet Explorer Magic !!"

Anonymous Says :
June 8, 2010 at 8:25 PM

Nice post......

Rahul007 Says :
June 15, 2010 at 9:01 PM

Can i doo with safari ?..
Please help me..

Tushar D. Parab Says :
June 17, 2010 at 12:43 AM

No Rahul, you can't do dis trick with safari..
It works only with I.E 6.

prasad Says :
June 30, 2010 at 6:34 PM

this one is too gud one...............

Post a Comment

Your Comments or Questions Please.....