📄 editxx.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="session1.asp"-->
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
<!--
function checkdata()
{
if (document.form1.viewhtml.checked == true)
{
alert("对不起,请取消“查看HTML源代码”后再添加!")
document.form1.viewhtml.focus()
return false
}
if (document.form1.Content.value.length==0)
{
alert("对不起,请输入文章内容!")
//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('请输入图片地址', '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('确认要清空对话框内容?')){
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.请不要发表有危险性的脚本。\r\n\r\n"+
"2.如果要书写源代码,请选中\r\n\r\n"+
" 查看HTML源代码书写.\r\n\r\n"+
"3.需要你自己运行,才能看效果.\r\n\r\n"+
"4.如果书写js,尽量不要在这儿书写.\r\n\r\n";
alert(helpmess);
}
function about()
{
var aboutmess;
aboutmess="---------------系统信息---------------\r\n\r\n"+
alert(aboutmess);
}
</script>
<script src="edit.js" type="text/javascript"></script>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<%dim action
action=request.QueryString("action")
select case action
case ""%>
<table cellpadding="3" cellspacing="1" border="0" width="100%" class="tableBorder" align=center>
<tr>
<th class="tableHeaderText" colspan=4 height=25> 网站信息设置</th>
</tr>
<tr align="center">
<td width="27%" class="forumRowHighlight"> <a href="editxx.asp?action=huikuanfangshi">付款方式</a></td>
<td width="34%" class="forumRowHighlight"> <a href="editxx.asp?action=gouwuliucheng">购物流程</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=about">关于本站</a></td>
</tr>
<tr align="center">
<td class="forumRowHighlight"> <a href="editxx.asp?action=jiaoyitiaokuan">交易条款</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=changjianwenti">常见问题</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=shiyongfalv">适用法律和版权声明</a></td>
</tr>
<tr align="center">
<td class="forumRowHighlight"> <a href="editxx.asp?action=yunshushuoming">运输说明</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=baomi">保密和安全</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=shouhoufuwu">商品销售和售后服务</a></td>
</tr>
<tr align="center">
<td class="forumRowHighlight"> <a href="editxx.asp?action=songhuofeiyong">送货方式及费率</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=gongzuoshijian">工作时间</a></td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=jifen">积分奖励</a></td>
</tr>
<tr align="center">
<td class="forumRowHighlight"> <a href="editxx.asp?action=vip">VIP特惠</a></td>
<td class="forumRowHighlight"><a href="editxx.asp?action=regtiaoyue">更改注册条约</a>
</td>
<td class="forumRowHighlight"> <a href="editxx.asp?action=lxwm">联系我们</a></td>
</tr>
</table>
<%case else%>
<%
if action="huikuanfangshi" then response.write "付 款 方 式"
if action="flow" then response.write "购 物 流 程"
if action="regtiaoyue" then response.write "更改注册条约"
if action="regtiaoyue2" then response.write "更改商店注册条约"
if action="carry" then response.write "运 输 说 明"
if action="safety" then response.write "保 密 和 安 全"
if action="afterservice" then response.write "商品销售和售后服务"
if action="expense" then response.write "送货方式及费率"
if action="workinghours" then response.write "工作时间"
if action="point" then response.write "积 分 奖 励"
if action="vip" then response.write "VIP 特 惠"
if action="about" then response.write "关 于 本 站"
if action="contact" then response.write "联 系 我 们"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -