- Joined
- Jan 28, 2008
- Messages
- 1
- Reaction score
- 0
i m dynamically generating textarea in javascript and on key up i want the value entered in textarea :
this is my code----------
newRow.setAttribute("onkeyup","javascript:setQuestion('comment_"+quesId+"')");
its working in mozilla but not in IE
this is my code----------
newRow.setAttribute("onkeyup","javascript:setQuestion('comment_"+quesId+"')");
its working in mozilla but not in IE