?? compose.jsp
字號:
<%@ page contentType="text/html; charset=iso-8859-1" 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=iso-8859-1" />
<title>Search Engine</title>
<style type="text/css">
<!--
body {
background-color: #eeffee;
}
.style15 {
color: #669999;
font-weight: bold;
font-size: 24px;
}
-->
</style>
</head>
<link rel="stylesheet" href="css-js/design.css" type="text/css" />
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr style="background-image:url(images/header_bg.gif);">
<td width="338" height="95" rowspan="2"> </td>
</tr>
<tr style="background-image:url(images/header_bg.gif);">
<td align="right" valign="top" ></td>
</tr>
<tr>
<td class="mMenu" height="40" colspan="2" style="background-image:url(images/nav_bg.gif)"><table width="100%" border="0">
<tr>
<td><div align="center"><span class="style15">Send Mail </span></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="259" colspan="2" align="left" valign="top" style="background-image:url(images/grad.jpg);"><div align="center" id="mhead" ></div>
<form action="EmailSend.jsp" method="post" name="form1">
<table width="64%" height="267" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<th height="45" scope="row"><div align="right">From</div></th>
<td height="45"><input type="text" name="tfrom" id="tfrom" size="50" /></td>
</tr>
<tr>
<th width="31%" height="45" scope="row"><div align="right">To</div></th>
<td width="69%" height="45"><input type="text" name="tto" id="tto" size="50" /></td>
</tr>
<tr>
<th height="45" scope="row"><div align="right">Subject</div></th>
<td height="45"><input type="text" id="tsub" name="tsub" size="50" /></td>
</tr>
<tr>
<th height="45" scope="row"><div align="right">Message</div></th>
<td height="45"><textarea name="tamessage" id="txtmessage" rows="8" cols="43"></textarea></td>
</tr>
<tr>
<th height="45" scope="row"> </th>
<td height="45"><input type="submit" name="Submit" value=" Send ">
<input name="Submit2" type="submit" value=" Cancel " /></td>
</tr>
</table>
</form>
</tr>
<tr>
<td colspan="2" id="project"> </td>
</tr>
<tr>
<td height="46" class="fMenu"" colspan="2" style="background-image:url(images/footer.gif)"> <div align="center"></div></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -