Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 3 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi 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

Tất cả các câu trả lời (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.