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(&apos;_viewRoot&apos;,&apos;product&apos;,even
t,{&apos;similarityGroupingId&apos;:&apos;product:j_id149&apos;,&apos;pa
rameters&apos;:{&apos;product:j_id149&apos;:&apos;product:j_id149&apos;}
,&apos;actionUrl&apos;:&apos;/asdcore/pages/acdm/issueAcdm.seam&apos;}
)" onkeyup="if(this.value.length ==
this.getAttribute(&apos;maxlength&apos;)){this.nextSibling.nextSibling.f
ocus()}" onmouseout="this.style.backgroundColor=&apos;#ffffff&apos;"
onmouseover="this.style.backgroundColor=&apos;c4dbf4&apos;" size="4"
value="0001"/>

 

Please help me resolve it, thanks 

Reply via email to