I use
http://www.devguru.com/Technologies/ecmascript/quickref/javascript_index.html
a lot but I can't vouch for its mozilla compatibility.
On Wed, 27 Feb 2002, John P. Looney wrote:
> Anyone know a decent cross platform Javascript ref, that works with
> mozilla ?
>> I'm trying to do something simple;
>> <input name=\"test\" onKeyPress=\"javascript:mine();\">
>> and some javascript;
>>> function mine()
> {
> var keychar=String.fromCharCode(window.event.which);
> alert("You hit " + keychar );
> }
>> But, damned if I can make it work. The above seems to be IE specific. On
> developer.netscape.com, it seemed to say that I should do;
>> function mine(e)
> {
> var keychar=String.fromCharCode(e.which);
> alert("You hit " + keychar );
> }
>> But that didn't work either. Fscking hate client side web stuff.
>> Kate
>>
--
Lee Hosty -x- hostyle AT csn.ul.ie -x- +353 (0)86 8768780
what would Brian Boitano do ??
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!