主题:  一个html事件问题

skylen

职务:普通成员
等级:1
金币:0.0
发贴:93
注册:2001/10/20 21:42:17
#12002/5/1 23:56:16
请问,在html事件中,OnDataAvailable 表示什么?
A.设定取得资料时出发的事件执行
B.设定改变资料时出发的事件执行
C.设定放置资料完成时出发的事件执行

应该是哪一个?


html的说明我看不懂.

ondataavailable

--------------------------------------------------------------------------------

Description

Fires periodically as data arrives for data source objects that transmit their data asynchronously. Frequency of firing is dependent upon the data source object.

Remarks

This event fires for objects and applications that are data source objects. There is a qualifier property on the event object; the qualifier will always be set to "" for Internet Explorer 4.0. This event cannot be canceled. This event will bubble. Events that bubble can be handled on any parent element of the object that fired the event.

Applies To

APPLET, IMG, MAP, OBJECT



=ridincal=

职务:管理员
等级:7
金币:20.0
发贴:5886
注册:2004/1/13 11:47:04
#22002/5/2 0:31:14
Fires when new data is received from the data source.
当从数据源接受到新的数据时触发。



skylen

职务:普通成员
等级:1
金币:0.0
发贴:93
注册:2001/10/20 21:42:17
#32002/5/2 2:59:45
thk