最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

onreset Event

Internet Development Index

Fires when the timeline reaches the value of the BEGIN attribute or when the resetElement method is called on the element.

Syntax

Inline HTML<ELEMENT onreset = "handler" ... > All platforms
Event propertyobject.onreset = handlerJScript only
object.onreset = GetRef("handler")Visual Basic Scripting Edition (VBScript) 5.0 or later only
Named script <SCRIPT FOR = object EVENT = onreset> Internet Explorer only

Event Information

BubblesNo
CancelsNo
To invoke Add the time2 behavior to an element. Call the resetElement method.
Default action Calls the associated event handler.

Available Properties

Available Properties

Example

In this example, the onreset event fires when the resetElement method is called on the time container.

<HTML XMLNS:t="urn:schemas-microsoft-com:time">
<HEAD>
<TITLE>onreset Event</TITLE>
<SCRIPT>
function doReset(){
//Reset changes applied to time container.
t1.resetElement();
b2.disabled=true;
b1.disabled=false;
t1.onreset=alert('Timeline has been reset.');
}
function setEndTime(){
//Time container is set to end at 10 seconds.
t1.endElementAt(10);
//Has 10 seconds already lapsed within the document?
//Yes: End time container immediately and disable buttons.
//No: Enable reset button.
if(document.body.currTimeState.activeTime > 10){
alert('Time container will end immediately.');
b2.disabled=true;
b1.disabled=true;
}else{
alert('The time container will end at 10 seconds!');
b2.disabled=false;
b1.disabled=true;
}
}
</SCRIPT>
<STYLE>
.time { behavior: url(#default#time2) }
</STYLE>
<?IMPORT namespace="t" implementation="#default#time2">
</HEAD>
<BODY TOPMARGIN=0 LEFTMARGIN=0 BGPROPERTIES="fixed" BGCOLOR="#FFFFFF"
LINK="#000000" VLINK="#808080" ALINK="#000000">
<t:excl ID="t1" repeatDur="indefinite" BEGIN="0"
onbegin="b1.disabled=false;b2.disabled=true;">
<DIV ID="div1" CLASS="time" BEGIN="0" DUR="7.5s">First line displayed for
7.5 seconds.</DIV>
<DIV ID="div2" CLASS="time" BEGIN="5" DUR="7.5s">Second line displayed for
7.5 seconds.</DIV>
</t:excl>
<BR>
<BUTTON id="b1" onclick="setEndTime();">End Timeline at 10 seconds</BUTTON>
<BUTTON id="b2" onclick="doReset();">Reset</BUTTON>
</BODY>
</HTML>
This feature requires Microsoft?Internet Explorer 5.5 or later. Click the following icon to install the latest version. Then reload this page to view the sample.

Standards Information

This event is a Microsoft extension to Synchronized Multimedia Integration Language (SMIL) Non-Microsoft link.

Applies To

t:ANIMATE, t:ANIMATECOLOR, t:ANIMATEMOTION, t:ANIMATION, t:AUDIO, t:EXCL, t:IMG, t:MEDIA, t:PAR, t:REF, t:SEQ, t:SET, time2, t:VIDEO

See Also

Introduction to HTML+TIME
和平县| 罗甸县| 兴安盟| 四平市| 鹿泉市| 紫阳县| 台安县| 定安县| 雷州市| 德钦县| 蓝田县| 潞城市| 松江区| 江源县| 长岛县| 连城县| 荥阳市| 卢龙县| 白朗县| 沈阳市| 大庆市| 鹤岗市| 英吉沙县| 梁平县| 临潭县| 洮南市| 天祝| 景谷| 来宾市| 常州市| 盐山县| 平乐县| 万全县| 新郑市| 仲巴县| 梨树县| 娄底市| 盐城市| 龙山县| 石嘴山市| 两当县|