12th
11.07
Window.Open详解,Window.open()使用方法
代码示例:
<SCRIPT>
<!–
window.open (‘http://www.cngothic.com’,newwindow’,'height=400,width=400,top=0,left=0,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no’)
//写成一行
–>
</SCRIPT>
各项参数
其中yes/no也可使用1/0;pixel value为具体的数值,单位象素。
Read the rest of this entry »
Name: Cngothic 













