語法展示:: 請用IE6.0或更新版本觀看語法特效展示將以下程式碼複製,貼在<head>及</head>標籤之間。 <!-- function toCopy(T) { document.forms["AutoCopy"].elements[T].select(); var data = document.forms["AutoCopy"].elements[T].createTextRange(); data.execCommand("Copy"); } // --> <mce:script language="JavaScript"><!-- var position = 0; function scroller() { if (position !=300) { position++; parent.scroll(100,position);clearTimeout(timer); var timer = setTimeout("scroller()",0); timer; } } // --></mce:script> 按我複製程式碼 在 if (position !=300) 中修改捲軸捲動的距離將以下程式碼複製,貼在<body >標籤裡面。 onload="scroller()" 按我複製程式碼