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: 153
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