use onkeyup to detect all changes
svn: r10049
This commit is contained in:
parent
f39d4e33ed
commit
1f26ed61e9
|
@ -159,7 +159,7 @@
|
||||||
+'<table width="100%" cellspacing="0" cellpadding="1">'
|
+'<table width="100%" cellspacing="0" cellpadding="1">'
|
||||||
+'<tr><td align="center" colspan="3">'
|
+'<tr><td align="center" colspan="3">'
|
||||||
+'<input type="text" id="search_box" style="width: 100%;"'
|
+'<input type="text" id="search_box" style="width: 100%;"'
|
||||||
+' onchange="key_handler(event);"'
|
+' onkeyup="key_handler(\'\');"'
|
||||||
+' onkeypress="return key_handler(event);" />'
|
+' onkeypress="return key_handler(event);" />'
|
||||||
+'</td></tr>'
|
+'</td></tr>'
|
||||||
+'<tr><td align="left">'
|
+'<tr><td align="left">'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user