灿
灿烂的阳光(二)
Unregistered / Unconfirmed
GUEST, unregistred user!
我在页面上添加了一个滚动的新闻栏,怎样使其每天自动显示最新新闻(在数据库调出最新新闻我会,但是怎样动态改变链接的字样我不会),代码如下:
<MARQUEE
style="WIDTH: 406px;
HEIGHT: 9px"
onmouseout="this.start()"
onmouseover="this.stop()"
scrollAmount="2"
direction="left"
behavior="scroll"
width="406"
height="9">
<A href="http://localhost/newsdisplay?ID=新闻的ID">链接字样</A></MARQUEE>
也就是怎样动态改变代码中的新闻ID 和 链接字样
<MARQUEE
style="WIDTH: 406px;
HEIGHT: 9px"
onmouseout="this.start()"
onmouseover="this.stop()"
scrollAmount="2"
direction="left"
behavior="scroll"
width="406"
height="9">
<A href="http://localhost/newsdisplay?ID=新闻的ID">链接字样</A></MARQUEE>
也就是怎样动态改变代码中的新闻ID 和 链接字样