View Articles by Category
There are no sub categories
Category » JavaScript
All about javascript. Help tutorials, tips and examples.
There were 2 articles found in this category:
What is Javascript?
Javascript is a scripting language developed by Netscape for writing short programs embedded in a web page. Javascript is a client-side scripting language interpreted by the browser! This simply means that the Javascript remains non functional until activated by a web browser such as IE, Firefo ...
JavaScript Events and Event Handlers.
Events are actions triggered by users such as clicking a button, going over a link by a mouse (mouseover) or any action initiated by a user that can trigger an action that invokes a JavaScript. An event handler is a JavaScript command that tells the script what to do when the event occurs. Th ...