📄 activitx_add.asp
字号:
<!--#include file="../main.asp" -->
<!--#include file="../Person.asp" -->
<%call PactivitxAddServer()%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>个人中心 - <%=citytitle%></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content=follow,index name=robots>
<LINK href="<%=cityurl%>images/style.css"
type=text/css rel=stylesheet>
<LINK href="<%=cityurl%>images/msg.css" type=text/css
rel=stylesheet>
<STYLE>#flashcontent P {
COLOR: #000
}
#foot {
DISPLAY: block; MARGIN: 0px auto; WIDTH: 720px
}
</STYLE>
<META content="MSHTML 6.00.3790.0" name=GENERATOR></HEAD>
<BODY>
<DIV id=append_parent></DIV>
<DIV id=wrap>
<!--#include file="../top.asp" -->
<DIV class=main>
<!--#include file="right.asp" -->
<DIV class=main-box-4>
<DIV class=box-top>
<DIV></DIV></DIV>
<DIV class=nav>我的位置:<A href="<%=cityurl%>">首页</A> » <A
href="<%=cityurl%>person">个人中心</A> » <STRONG>管理我的活动</STRONG></DIV>
<DIV class=box>
<TABLE class=title cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="14" class=title-l></TD>
<TD width="795">发布新活动</TD>
<TD width="137"><a href="activitx.asp">管理我的活动</a> </TD>
<TD width="14" class=title-r></TD></TR></TBODY></TABLE>
<%call PactivitxAdd()%>
<SCRIPT language=JavaScript>
function ckok(){
var obj = document.thisForm;
if(obj.title.value==""){
alert("活动名称不能为空!");
return false;
}
if(obj.title.value.length < 3){
alert("活动名称长度不能小于3!");
return false;
}
if(obj.addone.value==""){
alert("具体地区(省)不能为空!");
return false;
}
if(obj.addtwo.value==""){
alert("具体地区(市)不能为空!");
return false;
}
if(obj.address.value==""){
alert("具体不能为空!");
return false;
}
if(obj.price.value==""){
alert("费用不能为空!");
return false;
}
if(obj.book.value==""){
alert("活动介绍不能为空!");
return false;
}
if(obj.book.value.length < 10){
alert("活动介绍少于10个字符!");
return false;
}
}
function ShowSetting(obj){
if (obj.checked){
document.getElementById("setting").style.display='';
}else{
document.getElementById("setting").style.display='none';
}
}
function ShowOitem(obj){
if (obj.value==1 || obj.value==2 || obj.value==3){
document.getElementById("omsmenu").style.display='';
}else{
document.getElementById("omsmenu").style.display='none';
}
}
</SCRIPT>
</DIV>
<DIV class=box-bot>
<DIV></DIV></DIV></DIV></DIV>
<DIV id=bot><!--#include file="../bottom.asp" --></DIV>
<DIV id=wrap-bot>
<DIV></DIV></DIV></DIV>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -