[JS]電視網頁畫面切換
Posted In:
Javascript
.
By 卡西卡
測試:
<script type="text/javascript" >
window.onload = Pages_Init;
</script>
<body>
<div id="MainPage">MainPage</div>
<div id="flash0" style="display:none;">flash0</div>
<div id="flash1" style="display:none;">flash1</div>
<div id="flash2" style="display:none;">flash2</div>
<script>new Page('MainPage',10);new Page('flash0',10);new Page('flash1',10);new
Page('flash2',10);</script>
</body>
0 Responses to [JS]電視網頁畫面切換
Something to say?