<DIV id=overDiv style="position:absolute; </DIV>
<SCRIPT language=javascript src="piaofu.js"></SCRIPT>
这是我的漂浮代码
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<%
SQL="Select top 90 * from jobs where Status='1' order by id desc"
Set Rs=Server.CreateObject("Adodb.Recordset")
'response.write sql
Rs.Open SQL,Conn,1,1
if not Rs.EOF then
for i=1 to rs.recordcount
if Rs.EOF then exit for
if i mod 3=1 then
%>
<tr>
<%end if%>
<td width="150" height="20" align="left" valign="top">
<p style="margin-left: 5"><img src="images/dot01.gif" width="6" height="7">
<A class=list4 href="com_job_list.asp?id=<%=rs("id")%>&com_id=<%=rs("user_id")%>" target="_blank" onmouseover="drs('齐齐哈尔大学'); return true;"
onmouseout="nd(); return true;">
<font color="#003366">
<%=DoTrim(rs("companyname"),9,"..")%></font></a>
</p> </td>
<%if i mod 3=0 then%>
</tr>
<%
end if
Rs.MoveNext
next
end if
rs.close
set rs=nothing
%>
</table>
上面的意思是从数据库里取出信息,有链接,高手应该能看的出来,漂浮代码也加在里头,但不理想,我需要漂浮里的信息能相应的从数据库里取出.不知道怎么改,高手请帮我仔细看看,我说的漂浮意思跟那个BTchina里的效果差不多,不知道的可以看看:http://search3.btchina.net/btsearch.php?query=%CA%AE%B6%FE%C2%DE%BA%BA&type=0
主要是下面的ASP代码怎么改,才能加上我找的JS漂浮效果