Ian

Forum Posts = 90 Tutorial Posts = 62
Insert date (GMT) 2006-06-14 10:07:42 |
Javascript is mainly used within web pages to accomplish tasks, like drop down menus for example (here is a example of a website that will create the javascript for you http://javascript.internet.com/generators/drop-down-menu.html)
Since different browser (and also versions) have different function/function calls etc for example within IE6 and IE7 the call for AJAX functional aspects (XMLHttpRequest) is created differently, so within javascript there requires to be allot of additional code to accommodate this. Because of this I would presonally recommend keeping the javascript code to a minimum.
|