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

📄 index.jsp

📁 电信的网厅的整站代码
💻 JSP
字号:
<html>
<head>
    <title>网上客服管理系统</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <style>
        frameset,frame, body { margin: 0px; }
    </style>
</head>
<frameset name="oframeSet" framespacing="0" rows="26,*">
    <frame border="0" name="top" marginwidth="0" marginheight="0"
        frameborder="no" noresize scrolling="no" style="border-bottom: solid 1px #185DA5">
    <frameset border="1" name="center" framespacing="1" frameborder="1" cols="200,*">
        <frame border="0" name="left" bordercolor="#418ace" marginwidth="0" marginheight="0" noresize frameborder="no" scrolling="no" target="main" style="border-bottom: #185DA5 2px solid;">
        <frame border="0" name="main" bordercolor="#418ace"  frameborder="no" scrolling="no" src="test.htm"
            target="bottom">
    </frameset>
    <noframes>
        <body>
            <p>
                此网页使用了框架,但您的浏览器不支持框架。</p>
        </body>
    </noframes>
</frameset>
</html>

⌨️ 快捷键说明

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