Menu

#2 javascript bug

open
nobody
None
5
2002-11-13
2002-11-13
No

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...

Discussion


Log in to post a comment.