Tuesday, April 20, 2010

JavaScript (Week 8)

Today, I learned more about JavaScript. There are some common uses for JavaScript:

  • Image roll-overs
  • Menus
  • Validating forms (client-side)
  • Browser detection
  • Redirection

JavaScript interacts in 3 ways:

  • With Users - using handlers and dialog boxes
  • With Documents
  • With Browsers

I also did the practical practice. The practical told us how to create the swap image function using MouseClick on JavaScript. I also succeed to implement the challenge exercise.
Here is the link to my exercise:
Blog1 - Using OnClick
Blog2 - Using OnMouseOver

No comments:

Post a Comment