我爱Aspx >> Asp.Net >> JS类:实现对联式广告/**********************************************
Name:scroll banner class
author:heroman ma
date:2005-12-15
**********************************************/
//Global variable
function switchFloater()
{
//event handler,use for handler the checkbox click event
this.FloaterCollectionObj.show(this.checked);
}
function SynPannelStatus()
{
this.pannel.style.display="none";
this.control.checked=false;
}
function Scroll()
{
var floaterItems;
var delta=0.8;
floaterItems=window.scrollobj.items;
for(var i=0;i<floaterItems.length;i++)
{
var followObj = floaterItems[i].object;
var followObj_x = (typeof(floaterItems[i].x)=='string'?eval(floaterItems[i].x):floaterItems[i].x);
var followObj_y = (typeof(floaterItems[i].y)=='string'?eval(floaterItems[i].y):floaterItems[i].y);
Ҷƪл˵?
网页间非常规方法传递值的方法[05-20]
利用WebClient和WebRequest类获得..[05-20]
通过ASP.NET远程杀死进程[05-20]
Asp.net中DataGrid控件的自定义分..[05-20]
使用ASP.NET中调用WebService时不..[05-20]
在系统菜单中添加自定义菜单项[05-20]
利用SOAP(Webservice)上传文件[05-20]
利用ASP.NET实现域名查询[05-20]
网页防刷新重复提交、防后退解决..[05-20]
IE经典故障大全[05-20]