在ASP中,滚动的链接(比如多条新闻)的代码怎么写?

来源:百度知道 编辑:UC知道 时间:2024/05/03 09:08:48
在ASP中,滚动的链接(比如多条新闻)的代码怎么写?

分两个页面写,下面是个例子。
test1.asp
<script lanuage="javascript">
function turnit(a,b,n)
{
{Content1.style.display="none";
Content2.style.display="none";
Content3.style.display="none";
Content4.style.display="none";
Content5.style.display="none";
Content6.style.display="none";
Content7.style.display="none";
Content8.style.display="none";
Content9.style.display="none";
Content10.style.display="none";

Img1.src="";
Img2.src="";
Img3.src="";
Im