Page 1 of 1

javascript

Posted: Sat Aug 28, 2010 5:33 am
by khumpa
How can I read javascript on a web page? Alright, what I mean by that is that There are javascript links on this web page, I would like to find what they coded for it, to learn about javascript. So is there a way to read the javascript on a page? I am willing to download software.

Re: javascript

Posted: Mon Aug 30, 2010 7:17 am
by Lain_13
Rightclick -> View Page Source

Look here for blocks <script type="text/javascript">[few rows of code here]</script> and links to js-files like <script type="text/javascript" src="..."></script>.

I propose you to find a book about JS (online-book will be enough for start) and start with something simple like in first example here.