User:ThomasW/Protoyping300914

From XPUB & Lens-Based wiki
< User:ThomasW
Revision as of 18:49, 2 October 2014 by ThomasW (talk | contribs) (Created page with "The idea was to make a website that show a images that gets more glitchy for the more you click on the image. <script> var i = 1 function change () { x= document.getElements...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The idea was to make a website that show a images that gets more glitchy for the more you click on the image.

<script> var i = 1 function change () { x= document.getElementsByTagName ("img") x[0].src = "TNMOC_"+i+".jpg" i=i+2 if (i==21) {i=0}; } </script>