Re: javascript question, redux



your script is great but, but instead of an ONCHANGE event for the check
box it needs to be an ONCLICK event.

this -> <INPUT TYPE="checkbox" NAME="gnome2_bug" ONCHANGE="javascript:
gnome_2_bug();">

should be this -> <INPUT TYPE="checkbox" NAME="gnome2_bug"
ONCLICK="javascript: gnome_2_bug();">


On Mon, 2002-05-20 at 12:23, Luis Villa wrote:
> A few months ago I asked (and got several responses) to a javascript
> question here for bugzilla. It turns out, though, that the response I
> went with apparently doesn't work in NS 4.7. 
> 
> http://bugzilla.gnome.org/enter_bug.cgi?product=bugzilla.gnome.org
> 
> Has an example of the script; it is the one that should put 'GNOME2' in
> the 'keywords' field. Anyone have any ideas how I can fix it? FWIW, the
> source for the current implementation is at:
> 
> http://cvs.gnome.org/lxr/source/bugzilla/templates/enterbug_gnome.tmpl#1
> 
> Thanks!
> Luis
> _______________________________________________
> gnome-web-list mailing list
> gnome-web-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-web-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]