From: "Tony Smith" <[EMAIL PROTECTED]>

<html:select name="myform" property="myfield"
onchange="location.href='mynewpage.do?para=XXXXXX'">
...
</html:select>


http://www.javascriptkit.com/jsref/select.shtml

onChange="location.href='mynewpage.do?para='+options[selectedIndex].value;"

Keep in mind that this can be *very* annoying in terms of UI design. The user doesn't get a chance to correct a mistake; he changes one thing and suddenly he's off on some other page.

--
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to