📄 linkinsert.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title>添加链接</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
td{
font-size:9pt;
}
.style1 {
color: #FF9900;
font-weight: bold;
}
-->
</style>
</head>
<script language="JavaScript">
function RgTest(){
if(document.form.linkName.value==""){
window.alert("请输入链接图片的信息!");
document.form.linkName.focus();
return false;
}
if(document.form.linkAddress.value==""){
window.alert("请输入链接图片的地址!");
document.form.linkAddress.focus();
return false;
}
return true;
}
</script>
<body>
<table width="568" height="419" border="0" cellpadding="2" cellspacing="1" bgcolor="#052754">
<tr>
<td valign="top" bgcolor="#FFFFFF">
<div align="center" class="style1" ><br>
<br>
<br>
添加链接</div>
<form action="../../../lInkInsertAction.do" onSubmit="return RgTest()" method="post" name="form">
<div align="center"> </div>
<table width="362" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#052754">
<tr>
<td align="center" bgcolor="#0099cc"> 链接网站名称 </td>
<td bgcolor="#FFFFFF"><input type="text" name="linkName"></td>
</tr>
<tr>
<td align="center" bgcolor="#0099cc"> 链接的地址 </td>
<td bgcolor="#FFFFFF"><input type="text" name="linkAddress"></td>
</tr>
</table>
<br>
<div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div>
</form> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -