|
发表于 2002-12-14 17:37:18
|
显示全部楼层
Easy
Look
==============================================
<a href="#" onclick="window.open('test/abc.htm','NewWindow','toolbar=no,menubar=no,status=yes,resizeable=no,scrollbars=yes,width=200px,height=200px,top=100px,left=100px')">
Comment: The action of this sentence is that it will open a new window when you click the link.
<body bgcolor="#FFFFFF" onload="window.open('test/abc.htm','NewWindow','toolbar=no,menubar=no,status=yes,resizeable=no,scrollbars=yes,width=200px,height=200px,top=100px,left=100px')">
Comment: The action of this sentence is that it will open a new window when the web load.
============================================== |
|