下面这些代码在本地机上可以正常选择播放跳跃点,但放到网上却不行了,why?
sumon 2002-08-21 02:31:30 下面这些代码在本地机上可以正常选择播放跳跃点,但放到网上却不行了,why?
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<title>第一章 绪论</title>
</style>
<script language="vbscript">
sub a0_onclick
nsplay.stop
nsplay.CurrentPosition = 0
nsplay.selectionstart = 0
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a1_onclick
nsplay.stop
nsplay.CurrentPosition = 81
nsplay.selectionstart = 81
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a2_onclick
nsplay.stop
nsplay.CurrentPosition = 100
nsplay.selectionstart = 100
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a3_onclick
nsplay.stop
nsplay.CurrentPosition = 120
nsplay.selectionstart = 120
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a4_onclick
nsplay.stop
nsplay.CurrentPosition = 348
nsplay.selectionstart = 348
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a5_onclick
nsplay.stop
nsplay.CurrentPosition = 430
nsplay.selectionstart = 430
nsplay.SelectionEnd = 3600
nsplay.play
end sub
sub a6_onclick
nsplay.stop
nsplay.CurrentPosition = 430
nsplay.selectionstart = 430
nsplay.SelectionEnd = 3600
nsplay.play
end sub
</script>
<base target="mainfram1">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<中间内容略>
</table>
</td>
</tr>
</table>
</body>
</html>