JavaScript Basics

JavaScript does not required any special program to run it, you can use any standard text editors such as the Notepad ,WordPad or FrontPage to type it, as it is embedded within an HTML document. To embed the JavaScript into an HTML document, we use the
JavaScript <Script></Script> tags, as follows:

<Script language=”JavaScript”>

JavaScript Statements

</Script>

Continue reading