学习中……
function openWindow(){
var ifprompt=prompt("是否打开新窗口?","www.imooc.com");
if(ifprompt!=null){
window.open('http://'+ifprompt,'_black','width=400,height=500');
}else{
return;
}
}
function openWindow(){
var ifprompt=prompt("是否打开新窗口?","www.imooc.com");
if(ifprompt!=null){
window.open('http://'+ifprompt,'_black','width=400,height=500');
}else{
return;
}
}
2016-01-05
举报