Èç¹ûÖ»ÊÇ簡單µÄ傳遞參數,½¨議ÓÃJS+CSS+DIV彈³ö´°¿Ú²Ù×÷±È較ºÃ! Çë´ó¼ÒÌùµã¿ÉÔËÐеĴúÂ룬¶àл HTML code:
<script language="javascript"> var num = 0; function Comment(){ var score = showModalDialog("./Comment.html?Ran="+Math.random(),"",""); if(score==undefined){ return; } num = num+1; document.getElementById("allScore").innerHTML=document.getElementById("allScore").innerHTML+","+score; document.getElementById("commentPeople").innerHTML = "×ܼÆÓÐ"+num+"λÆÀÂÛ"; } </script>