int the backoffice, in the publication list, there's a
combo to select an action on a publication.
this combo has a javascript action onchange:
form_id.submit()
it should be
document.getElementById('form_id').submit() in order to
work with mozilla/netscape/galeon...