in reply to Re: CGI param returns HTMLInputElement.
in thread CGI param returns HTMLInputElement.

sadly, Firebug/Firefox are too forgiving.

E.g., a statement like
var foo = { bar : 'baz', };
runs perfectly in FF but not in other browsers (the last comma is wrong). This is especially annoying when you come from Perl and are even encouraged to write you hashes like
$foo = { bar => 'baz', };


holli, /regexed monk/