window.open出现的疑难问题
我有一个asp.net项目,在登录后,在后台输出了window.open("HTMLPage.htm");
然后在这个htm里面代码是这样的
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title></head><body onload="window.open('Default.aspx','_blank','fullscreen=1,status=no');opener=null;window.close();"></body></html>