两个问题,一个关于asp.net网页背景图片不能显示,二网页打开全屏。
jtmfg 2008-11-15 11:48:04 一、网页背景图片不能显示,VS2005中设计视图,已经能看到背景图片,但是一运行就看不到了。
二、网页全屏打开。
<script language="javascript">
function popwin()
{
if (this.name!='fullscreen')
{
window.open("login.asp",'','fullscreen,toolbar=no,menubar=no,location=no, directories=no, copyhistory=no, scrollbars=no,resizable=yes,status=no') ;
window.opener=null;
window.close();
}
}
</script>
使用多种ASP下能用的,在aspx都不行。
请各位帮忙指教一下!