Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-01-2007, 02:45 PM   #1 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Thumbs up Javascript Codes

Hey,
Jus copy the code and save it as .html in notepad to shake your browser..........

Code:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
         }
      }
   }
}
//  End -->
</script>
</HEAD>
<body>
<div align="center">
<input type=button onClick="shake(2)" value="Shake Meeeeeeeee!"></div>
</body>
</html>
Note :
This code is not mine....
I got it long time back.......
Source: Not available....
__________________
||uLtiMaTE WinNER||

Last edited by Ron; 04-01-2007 at 10:23 AM.
Ron is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-01-2007, 03:02 PM   #2 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: Shake ur Browser!!!!

works well in IE, not firefox, on my PC.
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 02-01-2007, 06:46 PM   #3 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Shake ur Browser!!!!

Quote:
Originally Posted by shankar_ganesh
works well in IE, not firefox, on my PC.
Yaa.......
Morzilla asks to install plugin for it.....
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 02-01-2007, 07:16 PM   #4 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 945
Default Re: Shake ur Browser!!!!

Got a shake meee.. button in opera but it doesn't do anything.
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline  
Old 03-01-2007, 02:16 PM   #5 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Shake ur Browser!!!!

Quote:
Originally Posted by hemant_mathur
Got a shake meee.. button in opera but it doesn't do anything.
Hey,
I dont hav Opera right now......However i will check it......
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 03-01-2007, 02:38 PM   #6 (permalink)
-- No Easter Eggs here --
 
hemant_mathur's Avatar
 
Join Date: Apr 2006
Location: Front of my pc
Posts: 945
Default Re: Shake ur Browser!!!!

It works in IE but not in opera.
__________________
E6850 3.0 Ghz, 4gb 667 Mhz RAM, Asus p5n Esli Mobo, Nvidia 8600GT 512mb, 400gb WD HDD, Samsung Syncmaster 920NW, Vista x64
hemant_mathur is offline  
Old 03-01-2007, 02:49 PM   #7 (permalink)
Alpha Geek
 
Join Date: Aug 2006
Posts: 670
Default Re: Shake ur Browser!!!!

wonderful effect!
W i d e S c r e e N is offline  
Old 03-01-2007, 07:50 PM   #8 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Smile Re: Shake ur Browser!!!!

Quote:
Originally Posted by W i d e S c r e e N
wonderful effect!
]
Yaaaa.
I do hav more.............
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 05-01-2007, 07:16 PM   #9 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Arrow Re: Try To click On the 'NO'

Hey Frens,
Just copy the JavaScript code and save it as .HTML in Ur notepad. Then have fun while trying to click on "NO" button ……………
Code:
<html><head>
<SCRIPT LANGUAGE="JavaScript">
var flag = 1;
function t() {
if(flag == 1) {
N.style.top = "75px";
N.style.left = "700px";
}
if(flag == 2) {
N.style.top = "115px";
N.style.left = "100px";
}
if(flag == 3) {
N.style.top = "300px";
N.style.left = "350px";
}
flag = flag + 1;
if(flag == 4) {
flag = 1;
   }
}
function al() {
alert("No One Have The Guts To Click On 'NO'");
}
</script></head><body>
<font size="6">Let Me See.......................</font><p><font size="6">Who 
Have The <u>Guts</u><b> </b>To Click On &quot;<b><u>NO</u></b>&quot;....................</font></p>
<p>&nbsp;</p>
<DIV ID="N" STYLE="position:absolute; left:350px; top:300px; width:50px; height:50px;">
<form><input type=button value="NO" onMouseover="t()"></form></DIV>
<DIV ID="Y" STYLE="position:absolute; left:300px; top:300px; width:50px; height:50px;">
<form><input type=button value="YES" onClick="al()"></form></DIV>
</body></html>
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 05-01-2007, 08:36 PM   #10 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: Shake ur Browser!!!!


^^ the above code is so cooooooooooooooooooool....... man!!!
it's lovely and i was unable to catch the 'NO' button
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 07-01-2007, 11:55 AM   #11 (permalink)
Mad and Furious
 
redhat's Avatar
 
Join Date: May 2006
Location: Visual Basic 6.0
Posts: 453
Default Re: Shake ur Browser!!!!

Shake ur Browser think does not work in IE7!!! Pls see.
__________________
My new Tech Blog : http://technewspaper.blogspot.com/
redhat is offline  
Old 07-01-2007, 12:17 PM   #12 (permalink)
Learner
 
Kniwor's Avatar
 
Join Date: Sep 2005
Location: Chicago
Posts: 1,946
Default Re: Shake ur Browser!!!!

it does, u need to enable activeX, this is the reason it does not work in firefox
__________________
http://kniwor.wordpress.com/
Kniwor is offline  
Old 09-01-2007, 06:04 PM   #13 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Arrow Build ur story!

Hey frens,
Who says creating a story is a difficult task.............
Just copy the following code and save as .html in ur notepad.
Code:
<html><HEAD>
<SCRIPT LANGUAGE="JavaScript">
function CreateWindow() {
msgWindow=window.open("","displayWindow","toolbar=no,width=350,height=400,directories=no,status=no,scrollbars=yes,resize=no,m

enubar=no")
}  
function create(form) {
var start="go";
if (start=="go") {
alert('Here we go...');
text = ("<HEAD><TITLE>Mark Anthony's Address from 'Julius Caesar' </TITLE> </HEAD>");
text += ("<BODY BGCOLOR =  '#FFFFFF'><CENTER><B><FONT FACE = 'Arial' SIZE = 4>");
text += ("Mark Anthony's Address from<BR> 'Julius Caesar' </FONT></B></CENTER><BR>");
text += ("Friends, Romans, " +form.input1.value+ " lend me your " +form.input2.value+ "; ");
text += ("I come to " +form.input3.value+ " Caesar, not to praise him. ");
text += ("The evil that men do lives after them, the good is oft interred with their " +form.input4.value+ "; ");
text += ("so let it be with " +form.input5.value+ ". " );
text += ("The noble Brutus hath told you Caesar was "  +form.input6.value+ "; if it were so, it was a grievous fault. ");
text += ("If you have " +form.input7.value+ ", prepare to shed them now. ");
text += ("You all do know this " +form.input8.value+ ". ");
text += ("I remember the first time Caesar put it on. ");
text += ("Through this well-beloved Brutus stabbed; for Brutus, as you know, was Caesar's " +form.input9.value+ ": ");
text += ("this was the unkindest " +form.input10.value+ " of all. ");
text += ("Here is the " +form.input11.value+ ", under Caesar's seal. To every Roman " +form.input12.value+ " he gives, ");
text += ("to every several man, seventy five " +form.input13.value+ ". ");
text += ("Here was a/an " +form.input14.value+ "! When comes another?");
msgWindow=window.open("","displayWindow","toolbar=no,width=375,height=480,directories=no,status=no,scrollbars=yes,resize=no,m

enubar=no")
msgWindow.document.write(text)
msgWindow.document.close()
   }
}
</SCRIPT><BODY><CENTER>
Fill in the form, and then press the button for your own Julius Caesar Madlib.<BR>
<BLOCKQUOTE><FORM>
<TABLE BORDER = 0 CELLPADDING = 2>
<TR><TD>Plural Noun:<TD><INPUT TYPE="text" NAME="input1" SIZE=20><BR>
<TR><TD>Part of body (plural):<TD><INPUT TYPE="text" NAME="input2" SIZE=20 ><BR>
<TR><TD>Verb:<TD><INPUT TYPE="text" NAME="input3" SIZE=20 ><BR>
<TR><TD>Name:<TD><INPUT TYPE="text" NAME="input4" SIZE=20 ><BR>
<TR><TD>Name of Polictician:<TD><INPUT TYPE="text" NAME="input5" SIZE=20 ><BR>
<TR><TD>Adjective:<TD><INPUT TYPE="text" NAME="input6" SIZE=20 ><BR>
<TR><TD>Article of Clothing:<TD><INPUT TYPE="text" NAME="input7" SIZE=20 ><BR>
<TR><TD>Article of Clothing:<TD><INPUT TYPE="text" NAME="input8" SIZE=20 ><BR>
<TR><TD>Occupation:<TD><INPUT TYPE="text" NAME="input9" SIZE=20 ><BR>
<TR><TD>Noun:<TD><INPUT TYPE="text" NAME="input10" SIZE=20 ><BR>
<TR><TD>Noun:<TD><INPUT TYPE="text" NAME="input11" SIZE=20 ><BR>
<TR><TD>Noun:<TD><INPUT TYPE="text" NAME="input12" SIZE=20 ><BR>
<TR><TD>Animal (plural):<TD><INPUT TYPE="text" NAME="input13" SIZE=20 ><BR>
<TR><TD>A Food:<TD><INPUT TYPE="text" NAME="input14" SIZE=20 ><BR>
</TABLE>
<BR><INPUT TYPE="button" VALUE="Create Window" ONCLICK="create(this.form)">
</CENTER></FORM></BLOCKQUOTE></CENTER><p><p>
</body></html>
-------
Now create your own story...........
No need of thinking............
---------
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 13-01-2007, 10:00 AM   #14 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Smile Change Your Mouse Cursor……

Hey Frens,
Change Your Mouse Cursor……
Code:
  <html><HEAD>
  <SCRIPT LANGUAGE="JavaScript">
  var x, y, xold, yold, xdiff, ydiff;
  var dir = Array();
  dir[0] = "n-resize";
  dir[1]="ne-resize";
  dir[2]="e-resize";
  dir[3]="se-resize";
  dir[4] = "s-resize";
  dir[5]="sw-resize";
  dir[6]="w-resize";
  dir[7]="nw-resize";
  document.onmousemove = FindXY;
  function display(direction) {
  document.body.style.cursor = dir[direction];
  }
  function FindXY(loc) {
  x = (document.layers) ? loc.pageX : event.clientX;
  y = (document.layers) ? loc.pageY : event.clientY;
  xdiff = x - xold;
  ydiff = y - yold
  if ((xdiff <  2) && (ydiff < -2)) display(0);
  if ((xdiff <  2) && (ydiff >  2)) display(4);
  if ((xdiff >  2) && (ydiff <  2)) display(2);
  if ((xdiff < -2) && (ydiff <  2)) display(6);
  if ((xdiff >  2) && (ydiff >  2)) display(3);
  if ((xdiff >  2) && (ydiff < -2)) display(1);
  if ((xdiff < -2) && (ydiff >  2)) display(5);
  if ((xdiff < -2) && (ydiff < -2)) display(7);
  xold = x;
  yold = y;
  }
  </script>
  <p align="left"><b><font size="5">See The Direcion OF Your Mouse</font></b></p>
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 14-01-2007, 11:21 AM   #15 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Shake ur Browser!!!!

Hey frens.........
I am not getting any reply....
Should i close this thread???
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 14-01-2007, 11:30 AM   #16 (permalink)
Still Shining!
 
Lucky_star's Avatar
 
Join Date: Nov 2006
Location: Up 'n' above
Posts: 1,162
Default Re: Shake ur Browser!!!!

That Mouse one is pretty nice
__________________
Simplicity is the ultimate Sophistication
HP dv6 6121tx: Core i7 2630 QM | 4GB | AMD 6770M 2GB GDDR5 | 640 GB
Nokia N86 8MP
Lucky_star is offline  
Old 15-01-2007, 09:32 PM   #17 (permalink)
Right Off the Assembly Line
 
thinkdigitreader's Avatar
 
Join Date: Jan 2007
Location: Mumbai
Posts: 46
Lightbulb Re: Shake ur Browser!!!!

Hi Friends,

One more for u........

1. Go to Google
2. Click images
3. Type "flowers" or any other word.
4. You will get a page which is having full of images
5. Then delete the item from the address bar and paste the below script and enter

Pls see the script.txt

See the magic.


This will work in all pages which is having images and on firefox also.
__________________
Regards,

ThinkDigitReader
"Knowledge Multiplies By Dividing"

Last edited by thinkdigitreader; 16-01-2007 at 09:41 PM.
thinkdigitreader is offline  
Old 16-01-2007, 12:36 AM   #18 (permalink)
I am Optimus Prime
 
navjotjsingh's Avatar
 
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
Default Re: Shake ur Browser!!!!

Nothing happened on Google images thinkdigitreader? What should have happened? I am using Firefox 2.0.0.1!
navjotjsingh is offline  
Old 16-01-2007, 12:59 AM   #19 (permalink)
ANGEL OF DEATH
 
NIGHTMARE's Avatar
 
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
Post Re: Shake ur Browser!!!!

not working in IE and firefox
__________
@ RON cool buddy
__________________
Dell 15z + WD 2TB
Dell Studio 1555 + WD 1TB
iPhone 4 32 GB
Samsung Galaxy S2 White
Good Desktop Power Of C2D + 4850

Last edited by NIGHTMARE; 16-01-2007 at 12:59 AM. Reason: Automerged Doublepost
NIGHTMARE is offline  
Old 16-01-2007, 06:51 PM   #20 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Shake ur Browser!!!!

Quote:
Originally Posted by NIGHTMARE
not working in IE and firefox
__________
@ RON cool buddy
which script is not working..................
__________
Quote:
Originally Posted by thinkdigitreader
Hi Friends,

One more for u........

1. Go to Google
2. Click images
3. Type "flowers" or any other word.
4. You will get a page which is having full of images
5. Then delete the item from the address bar and paste the below script and enter

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3= 1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterv al('A()',5); void(0)

See the magic.

This will work in all pages which is having images and on firefox also.
Can u tell me wht exactly is the magic..................
__________________
||uLtiMaTE WinNER||

Last edited by Ron; 16-01-2007 at 06:51 PM. Reason: Automerged Doublepost
Ron is offline  
Old 16-01-2007, 06:53 PM   #21 (permalink)
Wise Old Owl
 
Tech Geek's Avatar
 
Join Date: Sep 2006
Location: Cyber Hell
Posts: 1,602
Default Re: Shake ur Browser!!!!

its working
__________________
Behind every good computer... is a jumble of wires 'n stuff
Tech Geek is offline  
Old 16-01-2007, 08:11 PM   #22 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Smile Re:Change Your Mouse Cusour.

Hey,
To change the cusour of your Mouse in ur browser.
Copy the code and save it as .html in ur notepad.
Code:
<html><HEAD><SCRIPT LANGUAGE="JavaScript">
function mover()
{
document.all.x.style.left = event.clientX;
document.all.x.style.top = event.clientY;
document.all.x1.style.top = event.clientX;
document.all.x1.style.left = event.clientY;
document.all.x2.style.top = event.clientX;
document.all.x2.style.right = event.clientY;
document.all.x3.style.right = event.clientX;
document.all.x3.style.top = event.clientY;
document.all.x4.style.bottom= event.clientX;
document.all.x4.style.right = event.clientY;
document.all.x5.style.bottom= event.clientX;
document.all.x5.style.left = event.clientY;
document.all.x6.style.left= event.clientX;
document.all.x6.style.bottom = event.clientY;
document.all.x7.style.right= event.clientX;
document.all.x7.style.bottom = event.clientY;
}
</script></HEAD>
<BODY onmousemove="mover()">
<DIV ID = "x", STYLE = "position: absolute; filter: glow(strength = 7, color = ORANGE)">!!HELLO THERE!!</DIV>
<DIV ID = "x1", STYLE = "position: absolute; filter: glow(strength = 3, color = blue)"> !!GOOD TO SE U!! </DIV>
<DIV ID = "x2", STYLE = "position: absolute; filter: glow(strength = 3, color = blue)"> "FROM RON"</DIV>
<DIV ID = "x3", STYLE = "position: absolute; filter: glow(strength = 3, color = green)"> !!HELLO THERE!!</DIV>
<DIV ID = "x4", STYLE = "position: absolute; filter: glow(strength = 3, color = red)"> !!GOOD TO SE U!! </DIV>

<DIV ID = "x5", STYLE = "position: absolute; filter: glow(strength = 3, color = blue)"> "FROM RONAK AGRAWAL"</DIV>
<DIV ID = "x6", STYLE = "position: absolute; filter: glow(strength = 3, color = purple)">!!HELLO THERE!!</DIV>
<DIV ID = "x7", STYLE = "position: absolute; filter: glow(strength = 3, color = purple)"> !!GOOD TO SE U!! </DIV>
<p><center>&nbsp;</center><p>
=============
Works Well In IE
==============
Pls Reply ME..................
__________________
||uLtiMaTE WinNER||

Last edited by Ron; 16-01-2007 at 08:34 PM.
Ron is offline  
Old 16-01-2007, 09:18 PM   #23 (permalink)
TheSaint
 
NucleusKore's Avatar
 
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
Default Re: Shake ur Browser......... Javascript Code!!!!!!!!

@RON, first post,
Works on firefox 2.0 on Open SuSE 10.1. Very Nice
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
NucleusKore is offline  
Old 16-01-2007, 09:24 PM   #24 (permalink)
Right Off the Assembly Line
 
thinkdigitreader's Avatar
 
Join Date: Jan 2007
Location: Mumbai
Posts: 46
Default Re: Shake ur Browser!!!!

Quote:
Originally Posted by Ron
which script is not working..................
__________


Can u tell me wht exactly is the magic..................



Hi Friends,


Please use script which is in notepad
__________________
Regards,

ThinkDigitReader
"Knowledge Multiplies By Dividing"

Last edited by thinkdigitreader; 01-02-2007 at 10:03 PM.
thinkdigitreader is offline  
Old 16-01-2007, 09:28 PM   #25 (permalink)
I am Optimus Prime
 
navjotjsingh's Avatar
 
Join Date: Feb 2005
Location: Delhi, India
Posts: 1,919
Default Re: Shake ur Browser!!!!

Cool effect...Now I can see it! Amazing!
navjotjsingh is offline  
Old 17-01-2007, 05:35 PM   #26 (permalink)
Broken In
 
Join Date: May 2006
Location: Tuticorin, Tamil Nadu
Posts: 163
Default Re: Shake ur Browser!!!!

Cooooooooooooooooooooooooooooooooooooooooooooooooo oooooooooooooooooooooooooooooooooooool Man
__________________
Shankar Ganesh is a 16 year old Blogger & Freelance Writer from India. He writes at http://www.killertechtips.com. Gtalk ID - techgurushankar, Skype - shankarganesh91
shankar_ganesh is offline  
Old 17-01-2007, 07:05 PM   #27 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Smile Re: Shake ur Browser!!!!

Hey its cool...............
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 17-01-2007, 07:31 PM   #28 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2006
Posts: 2
Default Re: Shake ur Browser!!!!

Quote:
Originally Posted by redhat
Shake ur Browser think does not work in IE7!!! Pls see.
it works i am using IE 7
messanger4u is offline  
Old 17-01-2007, 10:45 PM   #29 (permalink)
ANGEL OF DEATH
 
NIGHTMARE's Avatar
 
Join Date: Dec 2006
Location: Kanpur
Posts: 1,861
Post Re: Shake ur Browser!!!!

this one is not working javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3= 1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterv al('A()',5); void(0) the message display error on page
__________________
Dell 15z + WD 2TB
Dell Studio 1555 + WD 1TB
iPhone 4 32 GB
Samsung Galaxy S2 White
Good Desktop Power Of C2D + 4850

Last edited by NIGHTMARE; 17-01-2007 at 10:46 PM. Reason: Automerged Doublepost
NIGHTMARE is offline  
Old 18-01-2007, 06:35 AM   #30 (permalink)
Alpha Geek
 
rahul_becks23's Avatar
 
Join Date: Oct 2004
Posts: 830
Default Re: Shake ur Browser!!!!

hah ...... its like a virus , not a cool effect
rahul_becks23 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 08:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2