Dear all,
I have web application that onchange and onkeyup with one input element.
The onchange not work. The source code as follow:
<input id="product:inputAgentCodeThree" type="text"
name="product:inputAgentCodeThree" class="text_left_text" maxlength="4"
onchange="A4J.AJAX.Submit('_viewRoot','product',even
t,{'similarityGroupingId':'product:j_id149','pa
rameters':{'product:j_id149':'product:j_id149'}
,'actionUrl':'/asdcore/pages/acdm/issueAcdm.seam'}
)" onkeyup="if(this.value.length ==
this.getAttribute('maxlength')){this.nextSibling.nextSibling.f
ocus()}" onmouseout="this.style.backgroundColor='#ffffff'"
onmouseover="this.style.backgroundColor='c4dbf4'" size="4"
value="0001"/>
Please help me resolve it, thanks