案例:HTML DOM案例     状态:可编辑再运行    进入横版
x
 
1
<html>
2
<head>
3
<script type="text/javascript">
4
function shakeleft()
5
{
6
document.getElementById('image').style.position="relative"
7
document.getElementById('image').style.left="3"
8
timer=setTimeout("shakeright()",10)
9
}
10
11
function shakeright()
12
{
13
document.getElementById('image').style.left="0"
14
timer=setTimeout("shakeleft()",10)
15
}
16
17
function stoptimer()
18
{
19
clearTimeout(timer)
20
}
21
</script>
22
</head>
23
24
<body>

 运行结果 
 北美留学生论坛