From: Mike B. <mb...@Ga...> - 2003-03-15 03:06:52
|
Mabel Chow wrote: > I get a ScriptException when I use navigator.javaEnabled() in my > javascript. I've stubbed it out so that it always returns false now. > Was this an oversight? Not really an oversight. Javascript functions that aren't implemented are really just that way because I haven't gotten to them yet. Rather than systematically implement all the methods from A to Z, I'm implementing those methods that are actually used by people. As I get requests for specific methods, I implement them. I've taken this approach simply because there are an enormous number of javascript methods and I have a finite amount of available time :-) -- Mike Bowler Principal, Gargoyle Software Inc. Voice: (416) 822-0973 | Email : mb...@Ga... Fax : (416) 822-0975 | Website: http://www.GargoyleSoftware.com |