From: Scott A. L. <sc...@sc...> - 2001-06-29 20:48:25
|
Liam Clancy wrote: > As an initial thought, what is the browser compatibility level like for > this? What version of JS interpreter is required on the front-end? Or is it > dependent on DOMEvents? The JavaScript microserver (the piece that facilitates the communication between the browser and the router) runs on just about any client that supports any implementation of JavaScript. It runs well on Netscape 4.x and the various versions of IE. Opera, NS6 and others are not officially "supported" but I've done stuff in Mozilla/NS6 and it works fine. Basically, if your data can be represented as a JS object, you can send it to the router. > I am particularly interested in IE5Mac, as it's been sidelined in the past > because of the missing LiveConnect functionality. The microserver doesn't use any LiveConnect or Java, so it's not a problem. Macs are not officially supported as a KN platform (big suprise, huh?) but that may be part of future plans. scottandrew -- scott andrew lepera sc...@sc... web stuff: www.scottandrew.com music stuff: www.walkingbirds.com JavaScript is a lot like C++, without all that useless stability. |