Randell D. wrote:
> Short Question: Has anybody found any difference with Javascript
> dependancy on a Mozilla browser on a windoze desktop when compared to
> a Mozilla browser on a Linux desktop?
>
> Why? / Long question:
> I develope using Dreamweaver MX on my WindozeXP laptop which I've
> configured with Apache, MySQL and PHP and Mozilla. My application,
> will have a Linux Mozilla front-end dependancy, also relies on
> javascript.
>
> My concern is that I might find that my javascript code, which works
> fine on my Mozilla Win32 environment, might not be the case on a Linux
> desktop. I continually check the Mozilla Javascript console and all
> my code, according to it, is error and warning free.
>
> Since Mozilla Win32 and Linux come from the same egg my guess is I
> should be fine - But I'm curious if others might have experienced
> otherwise...
>
> Note - I don't depend on Javascript to sanitize my data - I do that
> server side so please... don't bend my ear's on that subject as I have
> considered, and covered that in my planning.
>
> Anyone care to comment on the Javascript/Mozila Linux/Windoze
> compatability?
>
> thanks - please reply via the newsgroup so all can learn,
> randelld
Since all the compiled versions come from the same codebase it seems
unlikely there should be any issues with the way they parse Javascript.
I've personally never found any problems between them (nor with Moz on
the Mac), but then most of the Javascript I do is fairly basic and
mainly to do with form pre processing or navigation. What sort of
Javascript are you planning on doing that you think may cause cross
platform problems?
--
Chris Hope - The Electric Toolbox -
http://www.electrictoolbox.com/