[摘要]
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("对...[全文]