Friday, 4 April 2014

Amazing Internet Explorer Trick

By ,

Internet Explorer Tricks

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

<!-- Code Begins here--> 
<html>
<head>
<title>Cool Hacking Tricks For You</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>
<!-- By Cool Hacking Tricks For You-->

2. Save it as "cht4u.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 !!

0 comments:

Post a Comment