比如有一个这样的代码 
if(confirm("您确定要删除吗?"))
{
   window.open();
}
else
{
window.open();
}
怎么改变里面的取消确定的值  比如把取消改为返回首页