Firstly let's define what a script is before we learn about JavaScript. A script is a set of instructions given to a browser/server that is essentially an "active" command, in other words, it does things instead of just static HTML element. Let's go through a few examples: lets say you want to contact a webmaster to ask a question, most of the time you'll be presented with a form to fill out. When you have finished filling out the form, there will be a button that says "Submit" or "Send" … [Read more...]