要完成此效果需要两个步骤
第一步:把如下代码加入到区域中
<script language="JavaScript1.2">
scores = new Array(20);var numTotal=0;NS4 = (document.layers) ? 1 : 0;IE4 = (document.all) ? 1 : 0;ver4 = (NS4 || IE4) ? 1 : 0;if (ver4) { with (document) { write(""); }}function getIndex(el) { ind = null; for (i=0; i
区域中