HI ,
Am using D6.5 .
For java script function am using text field as
<input type="text" id="acb" name="acb" onchange="ontextchange" />
When i try to get text field value like (Text)getControl("acb",Text.class).getValue
am getting null value .
How do we text get control value when <input type is used instead of <dmf:text
Any WDK experts can help me pls ..