📄 _insert__jsp.static
字号:
<html>
<head>
<title>添加资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<link rel="stylesheet" type="text/css" href="../images/style.css">
<script language=javascript>
function openwin(){ window.open("lanmu.jsp","","toolbar=0,location=0,status=0,menubar=0,resizable=0,scrollbars=1,top=100,left=150,width=400,height=250");
}
</script>
<script language="javascript">
function adduser(str1)
{
//var return_value=showModalDialog("lanmu.jsp","dialogWidth:30;dialogHeight:18;dialogTop:50;dialogLeft:500;status:no;scrollbars:yes");
var return_value=showModalDialog("lanmu.jsp","","dialogWidth:25;dialogHeight:18;dialogTop:50;dialogLeft:300;status:no;scrollbars:no");
if(typeof(return_value)=="undefined")
{
return ;
}
if (return_value != "")
{
list2_item=return_value.split("!");
document.myform.lanmu.value=list2_item[0];
document.myform.lanmu.value=list2_item[0]+list2_item[1];
}
else
{
document.myform.lanmu.value="";
}
}
</script>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="98%" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4"> </td>
<td width="725" colspan="2" align="center" class="td5"><font color="#0099FF"><b>添加资料<br>
</b></font> <hr align="center"> <font color="#0099FF"><b><br>
</b></font></td>
<td width="20" class="td6"> </td>
</tr>
<tr>
<td width="100%" colspan="4" class="td7" align="center"><form name="myform" method="post" action="addok.jsp" onsubmit="document.myform.conten.value=document.myform.doc_html.value;return isValid(this);">
<input name="conten" type="hidden" id="conten" value="">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="99%">
<tr>
<td width="9%">栏目:</td>
<td width="91%" colspan="2"> <input name="lanmu" type="text" size="30">
<input name="" type="button" value="点击选择栏目" onclick="adduser();"><font color=red>*</font></td>
</tr>
<tr>
<td width="9%">标题:</td>
<td width="91%" colspan="2"> <input name="news_title" type="text" id="news_title" size="50">
<font color="red">*</font></td>
</tr>
<tr>
<td width="9%">内容:</td>
<td width="91%" colspan="2"> </td>
</tr>
<tr>
<td width="100%" colspan="3"> <OBJECT id=doc_html style="LEFT: 0px; TOP: 0px" data=newsedit/editor.htm width=96%
height=322 type=text/x-scriptlet VIEWASTEXT>
</OBJECT> </td>
</tr>
<tr>
<td width="9%">上传:</td>
<td width="91%" colspan="2" bgcolor="#f2f8ff"> <iframe src="upfile.jsp" name="upfile" width="100%" height="20" align="left" scrolling="no" frameborder="0" class="unnamed1">此页使用了内帧,需更高版本的浏览器支持。</iframe></td>
</tr>
<tr>
<td width="9%">作者:</td>
<td width="91%" colspan="2"> <input name="sour" type="text" id="zuozhe" size="50" ></td>
</tr>
<tr>
<td width="9%">出处:</td>
<td width="91%" colspan="2"> <input name="sour" type="text" id="sour" size="50" value="由本站收集整理"></td>
</tr>
<tr>
<td width="100%" colspan="3" align="center"> </td>
</tr>
<tr>
<td width="9%"></td>
<td width="45%" align="center"><input name="" type="submit" value="提交"> </td>
<td width="46%" align="center"><input name="" type="reset" value="重置"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -