Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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".

Tìm hiểu thêm

firefox sends hidden input field inside a noscript element even if scripting is enabled

  • 1 trả lời
  • 2 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Firefox 3.6 and 4 seems to ignore the noscript tag in certain cases even if scripting is enabled. I have pin-pointed this down to be a specific case only when the document is served as application/xhtml+xml.

Firefox does not ignore the element completely, for example in

the submit button is NOT displayed.

However this:

IS sent inside a POST form when document is served as application/xhtml+xml and NOT sent when it is served as text/html.

I would like to ask if this is a normal and correct behavior, or if it is a bug. Opera and AFAIK ie does not send the hidden element in both cases. Chrome on the other hand, behaves exactly like firefox.

I have prepared a test case, which can be accessed here: http://new.adina.sk/test.php

USAGE: 1) luad the page and press SUBMIT 2) notice that the $_POST array printout contains the "nonjs" field set to 1, this is unexpected behavior. 3) click on the link "Serve as text/html; charset=utf-8" 4) again submit the form, this time notice the $_POST array printout does not contain the "nonjs" field. This is expected behavior. 5) you can switch between the two versions using links and submit data as wished

I will be glad if someone could provide more information about this behavior. Thank you.

Firefox 3.6 and 4 seems to ignore the noscript tag in certain cases even if scripting is enabled. I have pin-pointed this down to be a specific case only when the document is served as application/xhtml+xml. Firefox does not ignore the element completely, for example in <noscript><input type='submit' name='subn' value='NOSCRIPT SUBMIT' /></noscript> the submit button is NOT displayed. However this: <noscript><input type='hidden' name='nonjs' value='1' /></noscript> IS sent inside a POST form when document is served as application/xhtml+xml and NOT sent when it is served as text/html. I would like to ask if this is a normal and correct behavior, or if it is a bug. Opera and AFAIK ie does not send the hidden element in both cases. Chrome on the other hand, behaves exactly like firefox. I have prepared a test case, which can be accessed here: http://new.adina.sk/test.php USAGE: 1) luad the page and press SUBMIT 2) notice that the $_POST array printout contains the "nonjs" field set to 1, this is unexpected behavior. 3) click on the link "Serve as text/html; charset=utf-8" 4) again submit the form, this time notice the $_POST array printout does not contain the "nonjs" field. This is expected behavior. 5) you can switch between the two versions using links and submit data as wished I will be glad if someone could provide more information about this behavior. Thank you.

Tất cả các câu trả lời (1)

more options

A good place to ask questions and 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.

See http://forums.mozillazine.org/viewforum.php?f=25