搜尋 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 有這個問題
  • 4 次檢視
  • 最近回覆由 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.