html问题
wuj 2004-09-13 10:35:52 下面是我拷贝的他们的程序,在Jbuilder6里运行正常,在Jbuilder9里怎么说找不着 UntitledFrame-4.htm
我对htm编程不大了解
下面是页面<%@page contentType="text/html;charset=gb2312"%>
<html>
<head>
<title>门诊挂号系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="102,*" cols="1,*" frameborder="YES" border="1" framespacing="1">
<frame src="UntitledFrame-4.htm">
<frame name="topFrame" scrolling="NO" noresize src="../guahao/guahao_top.jsp" >
<frame src="UntitledFrame-5.htm">
<frameset cols="190,*" frameborder="NO" border="1" framespacing="2" >
<frame name="leftFrame" src="../guahao/guahao_left.jsp"target='_mainFrame'>
<frame name="mainFrame" src="../guahao/guahao_mainbottom.htm">
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>