那么多人路过没人帮忙,只好自己动手了。。。
在网上找了个不能用的后台,
不能登陆、不能添加东西。。。
现在的人真坏。。。呵呵!
不过好在有这个功能,就研究了一下源文件。
发现还是可以用的。
为了方便大家学习,现把代码送出。
注:为了节省空间,省略的是数据库读取和关闭的一些操作。
<%
......
pic=rs("news_images")
link=rs("news_link")
texts=rs("news_title")
rs.movenext
do while not rs.eof
pic=pic&"|"&rs("news_images")
link=link&"|"&rs("news_link")
texts=texts&"|"&trim(rs("news_title"))
......
%>
<table width="282" border="0" cellspacing="0" cellpadding="0" align="center" height="162">
<tr>
<td height="230" align="center" class="16" valign="middle" width="282">
<script type="text/javascript">
<!--
var focus_width=275
var focus_height=200
var text_height=20
var swf_height = focus_height+text_height
var pics='<%=pic%>'
var links='<%=link%>'
var texts='<%=texts%>'
//-->
</script>
<SCRIPT type=text/javascript>
<!--document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="pic.swf"><param name="quality" value="high"><param name="bgcolor" value="#84aede">');
document.write('<param name="menu" value="false"><param name=wmode value="opaque">');
document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
document.write('<embed src="pic.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www. />');
document.write('</object>');//-->
</SCRIPT>
</td></tr>
</table>
[[it] 本帖最后由 towering 于 2008-4-3 10:58 编辑 [/it]]