Search Support

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 reply
  • 3 have this problem
  • 6 views
  • Last reply by 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.