get drop down value using dojo

Posted by vetri on Stack Overflow See other posts from Stack Overflow or by vetri
Published on 2010-05-26T10:55:22Z Indexed on 2010/05/27 17:11 UTC
Read the original article Hit count: 126

Filed under:
|
|

I have struts code like

<html:select property="ce">
  <html:option value = "5">5</html:option>
  <html:option value = "10">10</html:option>
  <html:option value = "15">15</html:option>
</html:select>
<div id="dis">
<div>

if a option is selected,dojo should get the valu and multiply by 10 and display that in the div?how to do that.

© Stack Overflow or respective owner

Related posts about html

Related posts about dojo