Window是显示屏上独立的本机窗口,它独立于其他容器,Window的两种形式是( )。
A.Panel和Frame
B.LayoutManager和Container
C.Frame和Dialog
D.Container和Component
第1题:
4、下列表示显示整个窗口的高或宽的是()。
A.window.outerWidth
B.window.outerheight
C.window.innerWidth
D.window.innerHeight
第2题:
下列表示显示整个窗口的高或宽的是()。
A.window.outerWidth
B.window.outerheight
C.window.innerWidth
D.window.innerHeight
第3题:
Window是宣示屏上独立的本机窗口,它独立于其它容器,Window的两种形式是()
A.Frame和Dialog
B.Panel和Frame
C.Container和Component
D.LayoutManager和Container
第4题:
8、下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)
第5题:
下列打开指定位置新窗口的代码中正确的是()。
A.window.open(“window2.html”)
B.window.open(“window2.html”,”new”)
C.window.open(“window2.html”,”new”,”top=10”)
D.window,open(“new”,”window2.html”)