douan8473 2013-11-12 03:19 采纳率: 100%
浏览 31

启用JavaScript消息[重复]

This question already has an answer here:

how to print a message at opening of the site that "please enable JavaScript in your browser" ? and if msg is disabled than this msg should be print

</div>
  • 写回答

1条回答 默认 最新

  • dqnz43863 2013-11-12 03:21
    关注

    You can put this on your page:

    <noscript><p>Please enable Javascript in your browser</p></noscript>
    

    And, it will display only if javascript is disabled.

    See here for reference.

    评论

报告相同问题?