function myFunction () {
var testw=confirm("你想了解生活的真正意义么?");
if (testw==true)
{
var weburl;
weburl=prompt("请输入网址","http://www.hao123.com");
if(webburl!=null)
{
window.open('http://www.hao123.com','_blank','width=400,height=500,menubar=no,toolbar=no');
}
else
{
weburl.close();
}
}
else {
window.close();
}
}
为啥咧 |