[摘要]
javascript 打開網頁,窗口慢慢變大效果
<script language="javascript"> var windowsheight=100 var windowswidth=100 var numx=5 function openwindow(thelocation){ temploc=th...[全文]
[摘要]
javascript中instanceof、isPrototypeOf、hasOwnProperty、in的使用,請看下邊的示例:
<script type="text/javascript"><!--
function Person() {
this.name = "ygm";
}
var p = new Person();
alert("對...[全文]