What can you do with JavaScript?

5. October 2009 23:50

What can you do with JavaScript?

If you’ve ever rolled your mouse over an image and the image changed, that is most likely caused by JavaScript. With JavaScript a designer can add some dynamic behavior to their website. The main features of using JavaScript are the ability to:

  1. Dynamically write HTML code into you webpage.
  2. You can set up events that will occur when a user does an action, such as clicking a button. Code can be set to run when the page loads or can contained in methods that require an user action.
  3. JavaScript can be used for data validation. For example, making sure all fields in a form are filled out or contain the right kind of input.
  4. JavaScript can detect the type of browser your user is on and load an alternate page designed for that browser. This used to be more important.
  5. JavaScript can be used to pass and store data in the form of Cookies. The data a user fills out on a form can be passed to another location through a Cookie.

JavaScript is used by embedding Script codes in with your HTML code.

Opening this page will cause the text “Dynamic Page Writing” to appear on your screen.

<html>
<body>
<script type="text/javascript">
document.write("Dynamic Page Writing");
</script>
</body>
</html>

 

More to come.





Comments

4/28/2010 1:02:02 AM #

Rapidshare

I\'m happy I found this blog, I couldnt discover any info on this subject matter prior to. I also run a site and if you want to ever serious in a little bit of guest writing for me if possible feel free to let me know, i\'m always look for people to check out my site. Please stop by and leave a comment sometime!

Rapidshare United States |

5/28/2010 7:22:19 PM #

dress up games

Amazing article. Ive added it definitely.

dress up games United States |

8/22/2010 11:53:40 AM #

Leroy Warens

I'm interested in using some of your material for my blog. Please let me know if I can do so if I link back to this page.

Leroy Warens United States |

8/23/2010 1:10:49 PM #

Jay Piggott

Can I just say what a relief to find someone who actually knows what theyre talking about on the internet.  You definitely know how to bring an issue to light and make it important.  More people need to read this and understand this side of the story.  I cant believe youre not more popular because you definitely have the gift.

Jay Piggott United States |

Comments are closed


About the author

 The creators of the Web Design Blog have been creating web designs for over 12 years

Page List