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

📄 mellow35.jsp

📁 一个相对比较简单的留言簿!功能还比较齐全!
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>三五醇★★★留言薄</title>
</head>
<script language="JavaScript">
function denglu(){
 document.formlogin.action="/GuestBook/Login";
 document.formlogin.submit();
}
function zhuce(){
 document.location.href="regist.jsp";
}
</script>
<frameset rows="118,*,40" cols="*" framespacing="1" frameborder="yes" border="1">
  <frame src="head.html" name="topFrame" frameborder="no" scrolling="No" noresize="noresize" marginwidth="20" id="topFrame" title="topFrame" />
 
    
    <frameset rows="32,360" cols="*">
      <frame src="memu.html" name="menu" frameborder="no" scrolling="no" noresize="noresize" marginwidth="20" id="menu">
      <frame src="recommend.html" name="mainFrame" frameborder="no" scrolling="auto" noresize="noresize" marginwidth="20" bordercolor="#009900" id="mainFrame" title="mainFrame" />
    </frameset>
    

  
  <frame src="boot.html" name="bottomFrame" frameborder="no" scrolling="No" noresize="noresize" marginwidth="20" id="bottomFrame" title="bottomFrame" />
</frameset>
<noframes></noframes>

<body>
</body>
</html>

⌨️ 快捷键说明

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