PDA

View Full Version : Auto-submit the version selector in issuelist


farhad.khan
10-14-2010, 06:37 PM
Hi,

In Issuelist page there is as IssueType/Version/Status selector which has a "Go" submit button.

I am trying to auto-submit this form when the <select> fields are updated. I tried adding onupdate="javascript:this.form.submit()" to the select fields but that does not work.

Anyone knows how this can be done?

Thanks.