Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when I open a webpage, and entry some data, its description doesn't show in "gender_desc" textfield, a error occurs. It happens in IE11\IE10, while it's normal in IE10 compatibility view and IE10 below.

error:SCRIPT5009: 'isCheckSign' is undefined
code:
HTML
<input name="gender" id="gender" value="" size="5" tableName="T_GENDER" whereClause=" gender_code  not like 'N'" isCheckSign="true"  önblur="javascript:this.value=this.value.toUpperCase(); if(isCheckSign){
      var resultTagSelf=
showDescWithArray('gender','gender_desc',new Array(new Array('M','M','Male'),new Array('F','F','Female')),'Invalid gender entered','/ls');_dealDeadlock(resultTagSelf);}if(resultTagSelf){checkGender();}"  class='textfiled' maxLength="5" notNull="true">
<input name='gender_desc' size='18' disabled value=""class='textfiled_ro'>
Posted

1 solution

You already posted this at http://www.codeproject.com/Messages/4783420/SCRIPT-isCheckSign-is-undefined.aspx[^]. Please do not post the same question in multiple forums.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900