⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errorpage.htm

📁 .net的一个很经典很普通的实例
💻 HTM
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<link rel="shortcut icon" href="/MovieShow/Images/Real-doc.ico" type="image/x-icon" />
    <title>MovieShow--错误</title>
    <script language="javascript" type="text/javascript">
    function backto()
    {
     window.location.reload("Default.aspx");
    }
    </script>
</head>
<body>
    <div style=" background-image:url(/MovieShow/Images/error.jpg);z-index: 100; left: 0px; width: 1000px; position: absolute; top: 0px;
        height: 676px">
        <input id="Button1" style="z-index: 100; left: 460px; width: 76px; position: absolute;
            top: 224px" type="button" value="返回首页" onclick="backto();" />
    </div>

</body>
</html>

⌨️ 快捷键说明

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