no-script.htm

来自「ASP.NET Web Forms Techniques」· HTM 代码 · 共 29 行

HTM
29
字号
<!doctype html public "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Client-side Scripting Not Available</title>
</head>
<body>
<h3><font size="4" face="Tahoma,Arial,sans-serif">
Client-side Scripting Not Available</font></h3>
<font size="2" face="Tahoma,Arial,sans-serif" color="#ff0000">
<b>Please note:</b></font><br />
<font size="2" face="Tahoma,Arial,sans-serif">
Either you entered the site directly without starting from the
<a href="default.aspx">default page</a>, or your browser<br />
does not support Active Scripting or client-side JavaScript.
It might be disabled in the options<br /> page for security settings.
For best results, you should enable this before using the application.<br />
If not, you will be unable to take full advantage of the features of this site. Some
features will<br />require extra requests to the server, or involve extra steps
on your behalf.</font><br />
<ul>
 <li><font size="2" face="Tahoma,Arial,sans-serif">I have
      <a href="default.aspx">enabled client-side scripting</a>
      and I want to use the application</font></li>
 <li><font size="2" face="Tahoma,Arial,sans-serif">I want to
      <a href="home.aspx">continue into the site</a> anyway</font></li>
</ul>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?