2013-02-15 74 views

回答

0

這說如何使一個slidshow像你說的 http://www.javascriptkit.com/howto/show.shtml 如果你想讓它開始點擊,使用onclick="myFunction()並把代碼的幻燈片(身體中的那個)變成這樣的功能。分配onclick到任何你想要點擊開始幻燈片。

<script> 
function functionname() 
{ 
the code goes in here (not the <script> tags 
} 
</script>