- 浏览: 124673 次
- 性别:
- 来自: 武汉
-
文章分类
最新评论
下面分析99Pursey这个项目的源代码(具体的工程代码可以到我的资源里面去下载),首先给大家展示的是admin目录下的advertising.php文件
下面是它的源代码,分析的内容在当前句的下方:
1.<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
%<meta> 元素可提供有关页面的元信息(meta-information),比如针对搜索引擎和更新频度的描述和关键词。<meta> 标签位于文档的头部,不包含任何内容。<meta> 标签的属性定义了与文档相关联的名称/值对。
2.<link href="../css/style.css" rel="stylesheet">
%此元素定义了当前文档与 Web 集合中其他文档的关系。
3.<script language="javascript">
function checkform(form){
for(i=0;i<form.length;i++){
if(form.elements[i].value==""){
alert("请将发布的企业广告信息填写完整!");
form.elements[i].focus();
return false;
}
}
}
</script>
%一个完整的JavaScript函数,用于检查企业广告信息的表单是否已填
<table width="776" border="0" cellspacing="0" cellpadding="0">
%点击左边导航栏的“企业广告”按钮,主框架将出现发布广告的子页面,下面的所有代码就是为完成这个功能而写的
<tr>
<td height="32" background="images/right_line.gif"> 您现在的位置:九九度供求信息网 > 后台管理系统</td>
%子页面的的头部出现“您现在的位置:九九度供求信息网 > 后台管理系统”的提示信息
</tr>
<tr>
<td height="32" background="images/right_top.gif"> </td>
</tr>
<tr>
<td height="488" align="center" valign="top" background="images/right_middle.gif">
<br>
<br>
<table width="563" height="303" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="563" height="303" valign="top" bgcolor="#FFFFFF">
<form name="form1" method="post" action="advertising_ok.php">
%如若点击“发布信息”按钮,表单将把业务处理交给advertising_ok.php页面处理
<table width="563" border="0" cellspacing="0" cellpadding="0">
<tr background="Images/mianfei.gif">
<td height="27" colspan="2"> </td>
</tr>
<tr>
<td width="130" height="50" align="right">广告标题:</td>
<td width="433" height="30"><input name="title" type="text" id="title" size="66"></td>
%提示输入广告标题
</tr>
<tr>
<td height="30" align="right">广告内容:</td>
<td height="30">
<textarea name="content" cols="55" rows="10" id="content"></textarea>
%提示输入广告内容
</td>
</tr>
<tr>
<td height="30" align="right">是否推荐: </td>
<td height="30"><input name="flag" type="checkbox" class="input1" id="flag" value="1" checked>
%是否推荐checkbox
</td>
</tr>
<tr align="center">
<td height="80" colspan="2">
<input name="imageField" type="image" class="input1" src="images/fa.jpg" width="145" height="46" border="0" onClick="return checkform(form);">
%调用checkform函数检查表单的所有内容是否已经填好
</td>
</tr>
</table>
</form></td>
</tr>
</table></td>
</tr>
<tr>
<td height="32" background="images/right_bottom.gif"> </td>
</tr>
</table>
发表评论
-
advertising_ok.php
2009-05-20 21:48 525<script>function StorePag ... -
blank.php 和 bottom.php
2009-05-21 22:36 956<script>function StorePag ... -
chkadmin.php的源代码分析
2009-05-22 23:23 839<script>function StorePag ... -
del_ok.php源代码分析
2009-05-23 22:41 436<script>function StorePag ... -
find_fufei.php源码分析
2009-05-24 22:28 816<script>function StorePag ... -
find_gg.php源代码分析
2009-05-25 22:48 529<script>function StorePag ... -
find_mianfei.php源代码分析
2009-05-26 21:52 777<script>function StorePag ... -
fudel_ok.php源代码分析
2009-05-27 21:26 433<script>function StorePag ... -
gg_ok.php源代码分析
2009-05-28 21:21 463<script>function StorePag ... -
index.php源代码分析
2009-05-29 22:45 1351<script>function StorePag ... -
left.php源代码分析
2009-05-30 23:42 608<script>function StorePag ... -
login.php源代码分析
2009-05-31 22:14 1186<script>function StorePag ... -
release_content.php源代码分析
2009-06-01 22:54 871<script>function StorePag ... -
conn.php源代码分析
2009-06-02 23:42 1117<script>function StorePag ... -
car_info.php源代码分析
2009-06-03 21:55 759<script>function StorePag ... -
find_info.php源代码分析
2009-06-04 23:29 751<script>function StorePag ... -
foster_info.php源代码分析
2009-06-05 23:06 679<script>function StorePag ... -
house_info.php源代码分析
2009-06-06 23:01 643<script>function StorePag ... -
invitejob_info.php源代码分析
2009-06-07 23:49 773<script>function StorePag ... -
classAverage.py源代码分析
2009-06-09 01:06 551<script>function StorePag ...
相关推荐
100美元的商业视频程序源代码 1. Edit /upload/cgi-bin/ubr_upload.pl in a text editor, and change the path to (where you will insall the script)/tmp/uploader/ 2. Edit /upload/include/config.php in a text...
【压缩包子文件的文件名称列表】中只给出了一个看似随机的数字串"132707494247984218",这可能是一个错误或者遗漏,通常在压缩包中会包含多个文件,如源代码文件(.php)、配置文件(.ini或.config)、数据库文件(....
开放原始码软件(Open Source Software, OSS)是软件开发的一种模式,其主要特征在于源代码对公众开放,允许用户自由使用、修改、复制和分发。这种模式基于一系列准则,通常被称为“开放源码十大准则”,这些准则为...
在压缩包文件"advertising"中,可能包含了系统的所有源代码、配置文件、样式表、图像资源等。开发者通常会将项目按照功能或模块划分目录,便于管理和维护。例如,可能会有以下几个子目录: 1. `include`:存放公共...
具有PHP和Javascript的BookMeUp模板用于创建BookMeUp推荐工具作为网站的示例代码和文件。 利用HTML,CSS,PHP和Javascript可以工作,但是可以用任何服务器端语言代替PHP。 要查看此应用程序的实时运行,请访问: : ...
这个标准由Interactive Advertising Bureau (IAB) 制定,允许广告交易平台(Ad Exchanges)与需求方平台(Demand-Side Platforms, DSPs)、数据管理平台(Data Management Platforms, DMPs)和其他广告技术供应商...
欢迎使用AdPlugg WordPress广告插件Github存储库尽管可以在上找到有关AdPlugg 的文档,但您可以在这里浏览插件的源代码以及查找,讨论和提交问题。安装这是的。 如果您想运行Git版本,则有两个选择: 您可以克隆...