案例:HTML DOM案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<script type="text/javascript">
4
function page_enter()
5
{
6
window.location="/example/dhtm/demo_pageenter416.html"
7
}
8
</script>
9
</head>
10
11
<body>
12
<input type="button" onclick="page_enter()" value="Show Page Enter Effect">
13
</body>
14
15
</html>
16