Domain Discussion Board

Go Back   Domain Discussion Board > General > Tutorials

 
Reply
 
LinkBack Thread Tools Display Modes
Magic of Java Script
Old
  (#1 (permalink))
blue-sky
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Magic of Java Script - 05-28-2007, 09:23 AM

Tricks:

1. visit any website . e.g: www.ddboard.com

2. after go to the www.ddboard.com. try to delete the url www.ddboard.com in your url bar of IE,after that try to replace / put this code below to the url bar:

Code:
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+'px'; DIS.top


so you will be seen the all images in the website auto animated.

just support IE ,firefox can support it..

for other browser, i haven't test.


Enjoy!!!
   
Reply With Quote
Re: Magic of Java Script
Old
  (#2 (permalink))
usingwindows
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-28-2007, 12:40 PM

Hmmm... not working for me...
   
Reply With Quote
Sponsored Links
Re: Magic of Java Script
Old
  (#3 (permalink))
nioton
nioton will become famous soon enough
 
nioton's Avatar
 
Status: Offline
Posts: 2,186
Points: 133.0
Bank: 4,531.6
Total Points: 4,664.7
Donate
Join Date: Oct 2006
Location: P.H.P.T.O.N
Rep Power: 5
Re: Magic of Java Script - 05-28-2007, 03:15 PM

well, I think there is a same code on ddBoard.
I have corrected it there.
I am searching....


CODE IS POETRY
» Free Link Directory () : Submit your links now
» PHPTON : Open Source CMS
! Welcome to DDBoard !

Free Scripts
Programming Team » Join

.ooo0 ........
....[.....].....0ooo.
.....\...[......[.....]
......\_].......].../
................[_/



..... DDBoard Moderator .....
Read Rules | Warning Points | Prices Of Domains In DDpoints | Earning DDpoints | Private Messages To Staff
Protect Yourself From Scammers
   
Reply With Quote
Re: Magic of Java Script
Old
  (#4 (permalink))
me801
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-29-2007, 04:17 AM

Doesn't do anything on IE7, must be something wrong with the code.

edit: posting it in the forum seems to do something to it so that it no longer works when copied and pasted. If you take it from Sava's Place.com » Cool Java Script it works.

Last edited by me801 : 05-29-2007 at 04:26 AM.
   
Reply With Quote
Re: Magic of Java Script
Old
  (#5 (permalink))
kubuntux
Banned
kubuntux is infamous around these partskubuntux is infamous around these parts
 
Status: Offline
Posts: 0
Points: 1.0
Bank: 249.7
Total Points: 250.7
Donate
Join Date: Apr 2007
Rep Power: 0
Re: Magic of Java Script - 05-31-2007, 03:21 AM

doesn't work dude.. bad codes..
   
Reply With Quote
Re: Magic of Java Script
Old
  (#6 (permalink))
blue-sky
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-31-2007, 04:25 AM

Sorry, all, i have given a not completed script.

so sorry..


This is a complete script:
try this:

CODE:

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+'px'; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+'px'}R++}setI nterval('A ()',5); void(0)


or download here:

MEGAUPLOAD - The leading online storage and file delivery service

RapidShare: 1-Click Webhosting

Last edited by blue-sky : 05-31-2007 at 04:31 AM.
   
Reply With Quote
Re: Magic of Java Script
Old
  (#7 (permalink))
hydroburn
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-31-2007, 04:47 AM

The first one doesnt work on msn.com at all.. Neither does the second one ..
   
Reply With Quote
Re: Magic of Java Script
Old
  (#8 (permalink))
blue-sky
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-31-2007, 06:25 AM

Quote:
Originally Posted by hydroburn
The first one doesnt work on msn.com at all.. Neither does the second one ..
i have tried it, and it work on many site.


please don't copy the code from this post, because when i posted it, some code cannot organized in this posting board. it means there're some space in the code.

please check the code again.

i recommend you to download from megaupload link or rapidshare link that i have given.
   
Reply With Quote
Re: Magic of Java Script
Old
  (#9 (permalink))
Kurosaki Ichigo
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 05-31-2007, 08:12 AM

It doesnt do anything for me. And i dont get what its supposed to do either.
   
Reply With Quote
Re: Magic of Java Script
Old
  (#10 (permalink))
AtlJoker
 
Status:
Posts: n/a
Points: 0
Bank: 0
Total Points: 0
Donate
Re: Magic of Java Script - 06-01-2007, 10:59 AM

I used the Rapidshare link and it works. I've seen something like before on another site.

Code:
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+'px'; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5+'px'}R++}setInterval('A ()',5); void(0)
Copy that code and paste it into your web browser to make the page look like this: http://i61.photobucket.com/albums/h48/oct6/Jstrix.png
   
Reply With Quote
Reply


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

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

Points Per Thread View: 1.0
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
java script mouse over... cyber3533 Scripts 2 03-24-2007 07:33 AM
If you want to learn Java Script alphaman Scripts 12 02-03-2007 06:02 PM
Style Changer script....(JAVA) .DX. Tutorials 2 01-16-2007 03:20 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.