advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   FORUMS  |   TIP BANK
Browse DevX
Download the code for this article
Do you have other suggestions for core JavaScript problems that you'd like to see addressed in this column? Do you have solutions for them? Join the discussions a web.dhtml.general and web.dhtml.scripting to get answers, make comments, or help others with their problems.
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
Average Rating: 2/5 | Rate this item | 3 users have rated this item.
 

Essential JavaScript: 8 Cross-Browser Solutions

There's a core set of problems that every JavaScript developer will run across sooner or later. This article shows you how to deal with eight of the most common situations. 


advertisement
here's a core set of problems that every JavaScript developer will run across sooner or later. In my Web Developer classes, I've noticed that some questions arise repeatedly—they're common problems. The answers to these problems aren't readily apparent from studying the language itself, because they're not directly related to JavaScript—they're browser and HTML-dependent problems. This article shows you how to deal with eight of the most common situations. Even if you don't need them today, file them away to form the beginnings of your core library of cross-browser JavaScript.




Sniffing the Browser



Learn to recognize these and similar situations because you're likely to encounter them repeatedly. All of these solutions are cross-browser scripts that have been tested in Internet Explorer 4+, Netscape 4.x, and Netscape 6.
  Next Page: Sniffing the Browser


Page 1: IntroductionPage 6: Preloading Images
Page 2: Sniffing the BrowserPage 7: Making a JumpList Combo Box
Page 3: Writing Cross-Browser ScriptsPage 8: Showing and Hiding Layers
Page 4: Determining Display CharacteristicsPage 9: Intercepting Form Submission
Page 5: Creating Image Rollovers 
Please rate this item (5=best)
 1  2  3  4  5
advertisement