⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 add_group.asp

📁 动力商业广告Sql版本全方位的WEB开发学习应用交流共享服务
💻 ASP
字号:
<!--#include file="../../inc/verify_user.inc" -->
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../../css/ads.css" type="text/css">
</head>

<script language=javascript>
function formCheck()
{	

	if (document.theform.group_name.value == "")
	{
		alert("请填写组别名")
		document.theform.group_name.focus()
		return false
	}

	if (document.theform.comment.value == "")
	{
		alert("请填写备注说明")
		document.theform.comment.focus()
		return false
	}
	
	if (document.theform.ad_width.value == "")
	{
		alert("请填写广告长度")
		document.theform.ad_width.focus()
		return false
	}
	
	
	if (document.theform.ad_height.value == "")
	{
		alert("请填写广告高度")
		document.theform.ad_height.focus()
		return false
	}
	

return true
}
</script>



<body bgcolor="#FFFFFF" text="#000000">
<!--#include file="../../inc/top.inc" -->
<p>&nbsp;</p>

<%
if instr(session("global_access"),"A")<>0 then %>
<form name="theform" method="post" action="get_add_group.asp" onsubmit="return formCheck();">
<p><b><img src="../../images/iico.gif" width="15" height="15" align="absmiddle"> 
<span class="px14">添加广告组别,每个广告组别可以包含多个广告:</span></b></p>
<table width="499" border="0" cellspacing="1" cellpadding="2" class="pt9">
<tr> 
<td width="196"> 
<div align="right">组别名(如某频道广告):</div>
</td>
<td width="292"> 
<input type="text" name="group_name" size="40" maxlength="25" class="border">
</td>
</tr>
<tr> 
<td width="196"> 
<div align="right">备注说明(125字以内):</div>
</td>
<td width="292"> 
<textarea name="comment" cols="40" class="border" rows="4"></textarea>
</td>
</tr>
<tr> 
<td width="196">
<div align="right">该组广告的大小:</div>
</td>
<td width="292">长: 
<input type="text" name="ad_width" size="3" maxlength="3">
宽: 
<input type="text" name="ad_height" size="3" maxlength="3">
</td>
</tr>
<tr> 
<td colspan="2"> 
<input type="submit" name="Submit" value="确认添加" class="border">
</td>
</tr>
</table>
</form>

<% else %>
<table width="321" border="0" cellspacing="1" cellpadding="2">
<tr>
<td class="px14"><b><font color="#FF0000">权限不足,无法进行此操作!</font></b></td>
</tr>
</table>

<% end if %>

<p>&nbsp;</p>
<p>&nbsp;</p>

<!--#include file="../../inc/bottom.inc" -->

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -