js常用命令


1.新しいインターフェースwindow.open(URL,name,feature,replace)にジャンプします.
    window.open("index.jsp","_self");//      
2.ヒントボックス
alert()  
confirm()  
prompt()