mellow35.jsp

来自「一个相对比较简单的留言簿!功能还比较齐全!」· JSP 代码 · 共 35 行

JSP
35
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?