Jump to content
  • 0
Sign in to follow this  
DeviantRaze

Patcher Code Please Help!

Question

10380444_1506495426238263_6734704281125703498_o.jpg

 

 

And im using this code. 

 

<!DOCTYPE html><html><head><script type="text/javascript"><!-->var image1=new Image()image1.src="loading00.jpg"var image2=new Image()image2.src="loading01.jpg"var image3=new Image()image3.src="loading02.jpg"//--></script></head><body><img src="loading00.jpg" name="slide" width="800" height="600"><script type="text/javascript"><!--var step=1function slideit(){document.images.slide.src=eval("image"+step+".src")if(step<3)step++elsestep=1setTimeout("slideit()",2500)}slideit()//--></script></body></html>

Please help me :)

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.