hajar424 Posted July 25, 2015 Share Posted July 25, 2015 (edited) The Deep Web <!Doctype html> <html> <head> </head> <body> <script> var x = 0; function k () { x++ document.getElementById("Text").innerHTML=x; } </script> <img onclick="k()" src="https://lh6.ggpht.com/0O-HefMHNwemt4gnJ4YfNq3xFaTBaiFcwIRiUpzDZ1KObI8ptEMgoHOSDiy_tumRWexz=w300"></img> <h1 id="Text"></h1> </body> </html> Edited July 25, 2015 by hajar424 1 Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted July 25, 2015 Share Posted July 25, 2015 Store x in a cookie Quote Link to comment Share on other sites More sharing options...
hajar424 Posted July 25, 2015 Author Share Posted July 25, 2015 Store x in a cookie LOL, I update it so that the javascript code is in the html file Quote Link to comment Share on other sites More sharing options...
Yelo Posted July 25, 2015 Share Posted July 25, 2015 Nice Quote Link to comment Share on other sites More sharing options...
Seers Village Posted July 25, 2015 Share Posted July 25, 2015 Nice Quote Link to comment Share on other sites More sharing options...