This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

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 have this problem
  • 2 views
  • آخر ردّ كتبه 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

All Replies (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.