<HTML><HEAD><TITLE> New Document </TITLE><SCRIPT LANGUAGE="JavaScript"><!-- function aa(){ alert(document.f1.a.value); }//--></SCRIPT></HEAD><BODY><form name="f1"> <input type="text" name="a" onchange="aa();"> <button onclick="document.f1.a.value = document.f1.a.value + 'a';return false;">No onchange event</button> <button onclick="document.f1.a.value = document.f1.a.value + 'a';document.f1.a.onchange();return false;">Fire onchange event</button></form></BODY></HTML>
Tistory Cumulus Flash tag cloud by BLUEnLIVE requires Flash Player 9 or better.