JavaScript is a scripting language commonly used to control the behaviour of web pages, for some very good reasons... for some very bad reasons, and for some downright ugly reasons...
| enabling javascript
| disabling javascript
|
| the good
| the bad
| the ugly
|
The interwebs doesn't need any more step-by-step guides to enabling-and-disabling.
So, rather than re-invent the wheel, here's a couple of links to two of the best
Please note: it is possible that, even with javascript enabled in your browser, you still won't be able to access
'missing' features, content and/or functionality
The two most common reasons for this happening are:
The easiest way to block javascript (permanently or temporarily) on a site-by-site basis is to use a Mozilla browser (Firefox, Netscape or Flock)
with the NoScript add-on, which is - as per all the best things in life - free to download, easy to install and very simple to use
Unfortunately, JavaScript is often misused to create what JavaScript expert Douglas Crockford calls evil script
If evil script gets onto a page from a good site, the evil script can access the server and there is no way that the server can
see that it is talking to an evil script. The script also gets control of the screen, and the user is also unaware of that. This is
known as the XSS attack.
If you happen to land on an evil page, script on that page can access servers that you have visited (such as your bank's website),
and again, the server cannot tell that it is talking to an evil script. This is known as the XSRF attack.
Source: http://blog.360.yahoo.com/blog-TBPekxc1dLNy5DOloPfzVvFIVOWMB0li?p=715
http://www.google.com/search?q=javascript+keylogger
On web sites written and maintained by Derby Web Devlopment, javascript is only used to:
Because they're more than just 'buzz words' (they are - literally - vital for the success of any site)