in reply to cgi and update event
HTML pages are static. Javascript makes them dynamic. So, you can't do it without javascript. I'm not familiar with that syntax, so you should look for ways that allow the construction of those .menu with additional attributes, other than name and values. Something like <& .menu, name => 'items_1', values => \@items1, other_attributes => "onChange = some_javascrit_code();" &>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi and update event
by amarquis (Curate) on Mar 07, 2008 at 16:38 UTC | |
by dsheroh (Monsignor) on Mar 07, 2008 at 17:50 UTC |