• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser independancy.

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I use a lot of javascript in JSPs and have been mainly testing in IE. Everything works fine in IE but not in Netscape.
Can someone suggest where I can find some simple guidelines to make my code run in any browser.
Thanks.
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is one of the first questions a JavaScript (or for that matter DHTML) programmer should ask...
It may be too late now with the new versions of JavaScript, but the best two books IMO for this type of information were/(still are?):
1) http://www.amazon.com/exec/obidos/ASIN/1565924940/electricporkchop (Dynamic Html: The Definitive Reference)
2) http://www.amazon.com/exec/obidos/ASIN/1565923928/electricporkchop (Javascript: The Definitive Guide (3rd Edition) )
I am moving this thread to the HTML/JavaScript forum where it belongs...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic