wrong and incomplete

来源: 2006-09-21 07:37:03 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

java:openWindow( url , w , h , tb , stb , L , mb , ***** , rs , x , y )

url - The URL of the page to open.
w - The width of the window in pixels.
h - The height of the window in pixels (doesn't include menubars).
tb - Toolbar visible? 1 = yes, 0 = no.
stb - Status bar visible? 1 = yes, 0 = no.
L - Linkbar visible? 1 = yes, 0 = no.
mb - Menubar visible? 1 = yes, 0 = no.
***** - Scrollbars visible? 1 = yes, 0 = no.
rs - Resizable window? 1 = yes, 0 = no.
x - The horizontal position of the window from the left of the screen.
y - The vertical position of the window from the top of the screen.