<%response.expires=0%>
<%
on error resume next
oabusyname=request.cookies("oabusyname")
oabusyuserid=request.cookies("oabusyuserid")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then
response.write("<script language=""javascript"">")
response.write("window.top.location.href='default.asp';")
response.write("</script>")
response.end
end if
if err.number<>0 then
response.write err.description & "请确认是否正确安装!"
end if
%>
<script language="javascript">
function OpenSmallWindows(strURL)
{
window.open (strURL,"_blank",
"status=no,resizable=no,toolbar=no,menubar=no,scrollbars=yes,width=150,height=400,left=600,top=150");
}
OpenSmallWindows('asp/onlineuser.asp')
</script>
<HTML>
<HEAD>
<TITLE>测试系统</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<meta http-equiv="pragma" content="no-cache">
<script language="javascript">
//单击"注销"连接时,弹出对话框是否要求退出系统
function closesystem()
{
window.open('logout.asp?closeflag=1','closesystem','location=no,height=10, width=10, top=400, left=10,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
}
</script>
</HEAD><!--26-->
<FRAMESET frameborder="0"
rows=0,0,50,* cols="*" border="0" framespacing="0">
<Frame name=banner2 src="doflag.htm" noresize scrolling=no target="contents">
<FRAME name=banner1 src="top0.asp" noResize scrolling=no target="contents">
<FRAME name=banner src="top.asp" noResize scrolling=no target="contents">
<FRAMESET cols=135,* rows="*" border="0" framespacing="0">
<FRAME name=contents src="left.asp" noResize scrolling=no target="main">
<FRAME name=main src="todaynewinfo.asp">
</FRAMESET>
<NOFRAMES>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</NOFRAMES></FRAMESET>
</HTML>
============
你看这是我的框架,我想应该写成
<P align="center"><A href="file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}" name=main
target=main >我的电脑</A></P>
可是好像这句"file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"是调用系统文件夹的,就显示这一行错误,才出现页面错误!
帮我看看吧!谢谢!