<无脚本>标签 - 是还是不?无脚本>
ajaxcontroltoolkit 的 TabContainer 控件中存储了一些与用户相关的重要信息。但是,如果未启用 JavaScript,tabcontainer 就会消失(而不是优雅地降级)。因此,我决定自己将选项卡的内容全部放在一个位置,但位于 noscript 标记内。您认为这有什么问题吗?
还有其他建议吗?
There is some important information related to the user that is stored inside TabContainer control of ajaxcontroltoolkit. However, if javascript is not enabled, the tabcontainer just disappears (instead of degrading gracefully). So I decided to have list contents of the tabs myself all in one place one after another but inside the noscript tag. Any problems you see with this?
Any alternate suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对我来说听起来很合理。微软没有考虑优雅的降级,这真是耻辱!
Sounds reasonable to me. And shame on Microsoft for not thinking towards graceful degradation!
我想说这正是 noscript 标签的用途。所以是的,去吧。
I'd say this is exactly the situation where the noscript tag was made for. So yes go for it.