javascript

Discussion of Firefox browser and its add-ons.
Locked
khumpa
New Member
New Member
Posts: 1
Joined: Wed Aug 25, 2010 5:58 am

javascript

Post 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.
User avatar
Lain_13
RU AdList Author
RU AdList Author
Posts: 1041
Joined: Fri Aug 20, 2010 11:20 am

Post 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.
Locked