Hi,
<html:select property="ap" onfocus="f(this)" onblur="b(this)">
<html:option value="">---</html:option>
<html:option value="">one</html:option>
<html:option value="">two</html:option>
</html:select></td>
if i select two then it will include table in same page.plz send the code

