- 浏览: 124840 次
- 性别:
- 来自: 武汉
-
文章分类
最新评论
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<link href="css/style.css" rel="stylesheet">
<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;
%函数检查form中的文本框是否都填满
}
}
}
</script>
<table width="563" height="407" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="563" height="407" valign="top" bgcolor="#FFFFFF">
<form name="form1" method="post" action="release_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 height="24" colspan="2"> </td>
</tr>
<tr>
<td width="130" height="30" align="right">信息类别:</td>
<td width="433" height="30"><select name="type">
<option value="招聘信息">-招聘信息-</option>
<option value="求职信息" selected>-求职信息-</option>
<option value="培训信息">-培训信息-</option>
<option value="家教信息">-家教信息-</option>
<option value="房屋信息">-房屋信息-</option>
<option value="车辆信息">-车辆信息-</option>
<option value="求购信息">-求购信息-</option>
<option value="出售信息">-出售信息-</option>
<option value="招商引资">-招商引资-</option>
<option value="公寓信息">-公寓信息-</option>
<option value="寻人/物启示">-寻人/物启示-</option>
</select>
<span class="style1">* 请正确选择您要发布的信息类别</span></td>
</tr>
<tr>
<td height="30" align="right">信息标题:</td>
<td height="30"><input name="title" type="text" id="title" size="50"></td>
</tr>
<tr>
<td height="30" align="right">信息内容:</td>
<td height="30">
<textarea name="content" cols="50" rows="8" id="content"></textarea>
</td>
</tr>
<tr>
<td height="30" align="right">联 系 人:</td>
<td height="30"><input name="linkman" type="text" id="linkman"></td>
</tr>
<tr>
<td height="30" align="right">联系电话:</td>
<td height="30"><input name="tel" type="text" id="tel"></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);">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
发表评论
-
advertising.php源代码分析
2009-05-19 22:17 639<script>function StorePag ... -
advertising_ok.php
2009-05-20 21:48 528<script>function StorePag ... -
blank.php 和 bottom.php
2009-05-21 22:36 958<script>function StorePag ... -
chkadmin.php的源代码分析
2009-05-22 23:23 840<script>function StorePag ... -
del_ok.php源代码分析
2009-05-23 22:41 437<script>function StorePag ... -
find_fufei.php源码分析
2009-05-24 22:28 817<script>function StorePag ... -
find_gg.php源代码分析
2009-05-25 22:48 531<script>function StorePag ... -
find_mianfei.php源代码分析
2009-05-26 21:52 778<script>function StorePag ... -
fudel_ok.php源代码分析
2009-05-27 21:26 434<script>function StorePag ... -
gg_ok.php源代码分析
2009-05-28 21:21 465<script>function StorePag ... -
index.php源代码分析
2009-05-29 22:45 1353<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 875<script>function StorePag ... -
conn.php源代码分析
2009-06-02 23:42 1121<script>function StorePag ... -
car_info.php源代码分析
2009-06-03 21:55 760<script>function StorePag ... -
find_info.php源代码分析
2009-06-04 23:29 752<script>function StorePag ... -
foster_info.php源代码分析
2009-06-05 23:06 680<script>function StorePag ... -
house_info.php源代码分析
2009-06-06 23:01 644<script>function StorePag ... -
invitejob_info.php源代码分析
2009-06-07 23:49 775<script>function StorePag ...
相关推荐
创建`MediaPlayer`对象,设置数据源为已下载的AAC文件路径,调用`prepare()`进行准备,`start()`开始播放,`stop()`停止播放,`release()`释放资源。注意,AAC文件需要支持ADTS格式,否则可能无法直接播放,可能需要...
【压缩包子文件的文件名称列表】"dashifen2020-release" 可能是一个包含该主题所有源代码和资源的压缩包。这个文件很可能是发布版本,意味着它已经过测试和优化,适合在生产环境中使用。文件名没有给出更多具体细节...
SourceHub 的源代码可供任何人查看、学习和修改,这意味着用户可以根据自己的需求进行定制,同时也可以从全球开发者社区的贡献中受益。开源还意味着更好的安全性,因为有更多的人审查代码,找出并修复潜在的安全漏洞...
- **src**: 存放Java源代码。 - **gen**: 存放编译器自动生成的Java代码。 - **assets**: 存放不会被打包进APK中的资源文件,如原始的音频、视频、图片等。 - **res**: 存放各种资源文件,如布局文件、图片、样式等...
开源意味着源代码对公众开放,允许任何人查看、修改和分发。这种模式促进了创新,因为全球各地的开发者都可以贡献他们的知识和技能,共同推动项目的进步。OpenMambo通过这种方式实现了持续的优化和功能增强,同时也...