單項選擇題用JavaScript實現(xiàn)打開一個新窗口,地址為abc.html,正確的方法是()
A.window.open(“abc.html”,“”,“”)
B.window.open(“”,“abc.html”,“”)
C.window.open(“”,“”,“abc.html”)
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題location對象中可實現(xiàn)重新鏈接到其他網(wǎng)址的屬性或方法有()
A.href屬性
B.reload
C.replace
D.host
2.多項選擇題history對象中能實現(xiàn)網(wǎng)頁后退效果的方法是()
A.back
B.forward
C.go(-1)
D.go(1)