Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

onkeyup is not working in firefox,but working in IE and Chrome.The application path is http://tanayz.tk/Misc/n2n.htm

  • 1 답장
  • 3 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

If you see the webpage http://tanayz.tk/Misc/n2n.htm you will find that 2nd textbox provides output with every keystroke on 1st textbox,however though it works perfectly in IE,Chrome it doesn't return anything if run on firefox.So I believe onkeyup function is not working here.

Version is 15.0.1

If you see the webpage http://tanayz.tk/Misc/n2n.htm you will find that 2nd textbox provides output with every keystroke on 1st textbox,however though it works perfectly in IE,Chrome it doesn't return anything if run on firefox.So I believe onkeyup function is not working here. Version is 15.0.1

모든 댓글 (1)

more options

Try to add event as a parameter to the assn function: function assn(event) and onkeyup="assn(event)"

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.