Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to

Re: html:select onchange

2005-07-24 Thread Tony Smith
Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to another page, what is the best way to do

Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> ... 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;

html:select onchange

2005-07-22 Thread Tony Smith
I have html:select in my jsp. When user make a new seletion in the select, I could like to go ot a new page and use the current selected item as parameter. How can I do it? Here is my jsp: ... X should be the new selected item in this select control which is just select by the user and tri

RE: html:select onchange question

2004-05-19 Thread Tom McCobb
] Sent: Wednesday, May 19, 2004 6:59 PM To: [EMAIL PROTECTED] Subject: html:select onchange question I have read most of the archived messsages on this subject, and I am still left with questions. Here is my basic problem: When I change the value of the SELECT by selecting a new option, I expect the

html:select onchange question

2004-05-19 Thread Tom McCobb
I have read most of the archived messsages on this subject, and I am still left with questions. Here is my basic problem: When I change the value of the SELECT by selecting a new option, I expect the new value to be set in the form bean. I then want to be able to retrieve the value from the form