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? WOuld you
please give me some hits? THanks, again.


--- Wendy Smoak <[EMAIL PROTECTED]> wrote:

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



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

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

Reply via email to