- JavaScript gives HTML designers a programming tool - HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small "snippets" of code into their HTML pages
- JavaScript can put dynamic text into an HTML page - A JavaScript statement like this: document.write("
" + name + "
") can write a variable text into an HTML page - JavaScript can react to events - A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element
- JavaScript can read and write HTML elements - A JavaScript can read and change the content of an HTML element
- JavaScript can be used to validate data - A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing
- JavaScript can be used to detect the visitor's browser - A JavaScript can be used to detect the visitor's browser, and - depending on the browser - load another page specifically designed for that browser
- JavaScript can be used to create cookies - A JavaScript can be used to store and retrieve information on the visitor's computer
This entry was posted on 11:17 PM and is filed under
Tutorials
. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
- Ajax (2)
- Array (4)
- Autosuggest and Autocomplete (1)
- Boolean (1)
- Break (1)
- Calendars (1)
- Continue (1)
- Date Objects (1)
- Enum (1)
- Events (5)
- Examples (21)
- For in (1)
- Functions (3)
- HTML Forms and Javascript (1)
- Javascript Guidelines (1)
- javascript XML (1)
- Loops (4)
- Math Object (3)
- Methods (1)
- OOPS (4)
- Operators (3)
- PopUp Boxes (3)
- Questions and Answers (1)
- Return Statement (1)
- Special Characters (1)
- Statements (7)
- String Object (1)
- Threading (1)
- Throw Statement (1)
- Try and Catch (4)
- Tutorials (57)
- Variables (1)
- XML (1)
Labels
Theme by Factory
© 2009 Javascript Factory Bloggerized by Vipin Cheriyanveetil
0 comments: