Javascript Guides
If you have programs like Front Page or Dreamweaver, they sometime handle all the javascript coding for you for things like mouse-over graphic changes. But I always run into cases where a custom solution is required. Also, many times you can use javascript to run server side applications, so the importance of learning this language cannot be brushed aside. The follow are great references for javascript coding:
- JavaScript Tip of the Day - The best tutorials on Javascript I've seen.
- Javascript from Nick Heinle - He is the author of "JavaScript Tip of the Day."
- DHTML Lab - DHTML makes extensive use of Javascript.
Navigating using Javascript
Change the URL of a Frame with JavascriptWrite to a text box via a remote.