function openWindow()
{
var Msg=confirm('是否要打开该网页');
if(Msg==true)
{
var Newwin=prompt('请输入要打开的网址')
window.open(Newwin,'_blank','width=400px,height=500px');
}
else
{
return flase;
}
}
{
var Msg=confirm('是否要打开该网页');
if(Msg==true)
{
var Newwin=prompt('请输入要打开的网址')
window.open(Newwin,'_blank','width=400px,height=500px');
}
else
{
return flase;
}
}