?? zhuantiadd.asp
字號(hào):
<!--#include file="conn.asp"-->
<%if session("admin")="" then
response.Write "<script language='javascript'>alert('網(wǎng)絡(luò)超時(shí)或您還沒(méi)有登陸!');window.location.href='login.asp';</script>"
response.End
else
if session("flag")>1 then
response.Write "<div align=center><font size=80 color=red><b>您沒(méi)有此項(xiàng)目管理權(quán)限!</b></font></div>"
response.End
end if
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=redcaff%> 添加專題文章</title>
<script language="javascript">
<!--
function checkdata()
{
if (document.form1.title.value=="")
{
alert("對(duì)不起,請(qǐng)輸入文章標(biāo)題!")
document.form1.title.focus()
return false
}
if (document.form1.viewhtml.checked == true)
{
alert("對(duì)不起,請(qǐng)取消“查看HTML源代碼”后再添加!")
document.form1.viewhtml.focus()
return false
}
if (document.form1.Content.value.length==0)
{
alert("對(duì)不起,請(qǐng)輸入文章內(nèi)容!")
//document.form1.content.focus()
return false
}
}
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<script language="JavaScript">
<!-- Hide from older browsers...
//Function to format text in the text box
function FormatText(command, option){
frames.message.document.execCommand(command, true, option);
frames.message.focus();
}
//Function to add image
function AddImage(){
imagePath = prompt('請(qǐng)輸入圖片地址', 'http://');
if ((imagePath != null) && (imagePath != "")){
frames.message.document.execCommand('InsertImage', false, imagePath);
frames.message.focus();
}
frames.message.focus();
}
//Function to clear form
function ResetForm(){
if (window.confirm('確認(rèn)要清空對(duì)話框內(nèi)容?')){
frames.message.document.body.innerHTML = '';
return true;
}
return false;
}
//Function to open pop up window
function openWin(theURL,winName,features) {
window.open(theURL,winName,features);
}
function setMode(newMode)
{
bTextMode = newMode;
var cont;
if (bTextMode) {
cleanHtml();
cleanHtml();
cont=message.document.body.innerHTML;
message.document.body.innerText=cont;
} else {
cont=message.document.body.innerText;
message.document.body.innerHTML=cont;
}
message.focus();
}
function cleanHtml()
{
var fonts = message.document.body.all.tags("FONT");
var curr;
for (var i = fonts.length - 1; i >= 0; i--) {
curr = fonts[i];
if (curr.style.backgroundColor == "#ffffff") curr.outerHTML = curr.innerHTML;
}
}
// -->
</script>
<script language="JavaScript">
function help()
{
var helpmess;
helpmess="---------------填寫幫助---------------\r\n\r\n"+
"1.請(qǐng)不要發(fā)表有危險(xiǎn)性的腳本。\r\n\r\n"+
"2.如果要書寫源代碼,請(qǐng)選中\(zhòng)r\n\r\n"+
" 查看HTML源代碼書寫.\r\n\r\n"+
"3.需要你自己運(yùn)行,才能看效果.\r\n\r\n"+
"4.如果書寫js,盡量不要在這兒書寫.\r\n\r\n";
alert(helpmess);
}
</script>
<script src="edit.js" type="text/javascript"></script>
<link href="../css.css" rel="stylesheet" type="text/css">
</head>
<body rightmargin="0" >
<form name="form1" method="post" action="zhuantiadd2.asp" OnSubmit="return checkdata()" onReset="return ResetForm();">
<center>
<table border="0" cellpadding="0" cellspacing="5" >
<tr align="center">
<td colspan="4" height="30" valign="middle"> <b class="unnamed2">添
加 專 題 文 章</b></td>
</tr>
<tr>
<td width="67" align="right" valign="middle">文章標(biāo)題:</td>
<td width="422" colspan="3" > <span style='cursor:hand' title='縮短對(duì)話框' onClick='if (me.size>10)me.size=me.size-2'>-</span>
<input name="title" id=me type="TEXT" size=35 maxlength=100 class="wenbenkuang" onMouseOver="window.status='在這里輸入要添加的文章標(biāo)題,必填';return true;" onMouseOut="window.status='';return true;" title='在這里輸入要添加的文章標(biāo)題,必填'>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -