public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Adding JavaScript to gnatsweb
@ 2002-09-23 11:39 Jim Searle
  0 siblings, 0 replies; only message in thread
From: Jim Searle @ 2002-09-23 11:39 UTC (permalink / raw)
  To: help-gnats


I wanted JavaScript functions to be executed when popup menus changed, so I
modified gnatsweb:

536,537c540,543
<                               -labels=>$labels,
<                                -default=>$_[2]);
---
>                                -labels=>$labels,
>                                -default=>$_[2],
>                                -onchange=>$currentForm.$_[0]."OnChange(sel
ectedIndex)",
>                               );
543,545c549,552
<                           -labels=>$labels,
<                            -default=>$_[2]);
<
---
>                            -labels=>$labels,
>                            -default=>$_[2],
>                            -onchange=>$currentForm.$_[0]."OnChange(selecte
dIndex)",
>                           );


Is there a way to do this without modifying gnatsweb?

Thanks,
jim




_______________________________________________
Help-gnats mailing list
Help-gnats@gnu.org
http://mail.gnu.org/mailman/listinfo/help-gnats

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-20 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-23 11:39 Adding JavaScript to gnatsweb Jim Searle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).