把他搬到首页,搜索却没有发应!
<table cellspacing="0" cellpadding="3" width="98%" align="center" border="0">
<tr>
<td height="30" colspan="2" align="left">我要找
<script src="../../plus/area.asp" type="text/javascript"></script></td>
</tr>
<tr>
<td height="30" colspan="2" align="left">出生
<select id="birth_y" name="birth_y" style="width:50px">
<option value="" selected="selected">年</option>
</select>
<select id="birth_m" name="birth_m" style="width:50px">
<option value="" selected="selected">月</option>
</select>
<select id="birth_d" name="birth_d" style="width:50px">
<option value="" selected="selected">日</option>
</select></td>
</tr>
<tr>
<td height="30" align="left">姓名
<input id="realname" size="12" name="realname" /></td>
<td width="69" height="30" rowspan="2"><input name="button" type="image" src="{$GetSiteUrl}space/friend/images/button_search.gif" class="putin" /> </td>
</tr>
<tr>
<td width="142" height="30" align="left">性别
<select id="sex" name="sex">
<option value="" selected="selected">-不限</option>
<option value="男">男生</option>
<option value="女">女生</option>
</select></td>
</tr>
<tr>
<td colspan="2" height="8"></td>
</tr>
</table>
在首页加入以下DIV后,可以实现搜索,但这样会改变首页模板的样式,还请管理员帮帮忙!
<div class="qmainl2">
<div class="qnrtitle">看看哪些人在线</div>
<div class="spacemain_box">
<div id="searchresult"></div>
</div>
</div>