×

Loading...

多谢!下面是源码。提示总在首页出现,但是我怀疑第一次随便点到哪一页,都会有这个问题。页面上有3FRAMES: TOP, LEFT, MAIN。见内:

本文发表在 rolia.net 枫下论坛frame 'top "上:
<html>
<head>
<title>Welcome to OTC!</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style_top.css" type="text/css">
<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);

function openframe(mainfm)
{
mainframe=open(mainfm,"main")
}
// -->
</script>
</head>

<body>
<table width="100%" border="0">
<tr>
<td height="70" width="24%"> <img src="offical_smaller.gif" width="153" height="87">
</td>
<td height="70" width="55%">
<div align="right">
<img src="title.gif" width="529" height="55" align="middle">
</div>
</td>
<td height="70" width="21%">
</td>
</tr>
</table>
<table width="100%">
<tr>
<td width=8%>
<p class="mainmenu" >
<a href="home_left.htm" target="left" onclick=openframe("home_first.htm")>
Home</a></p>
</td>
<td width=14%>
<p class="mainmenu">
<a href="introduction_left.htm" target="left" onclick=openframe("introduction_mission.htm")>
Introduction</a></p>
</td>
<td width=12%>
<p class="mainmenu">
<a href="research_left.htm" target="left" onclick=openframe("research_project.htm")>
Research</a></p>
</td>
<td width=12%>
<p class="mainmenu">
<a href="members_left.htm" target="left" onclick=openframe("members_facaulty.htm")>
Members</a></p>
</td>
<td width=9%>
<p class="mainmenu">
<a href="news_left.htm" target="left" onclick=openframe("news_visitor.htm")>
News</a></p>
</td>
<td width=12%>
<p class="mainmenu">
<a href="seminar_left.htm" target="left" onclick=openframe("seminar_first.htm")>
Seminar</a></p>
</td>
<td width=14%>
<p class="mainmenu">
<a href="conference_left.htm" target="left" onclick=openframe("conference_mcmaster.htm")>
Conference</a></p>
</td>
<td width=10%>
<p class="mainmenu">
<a href="partner_left.htm" target="left" onclick=openframe("partner_first.htm")>
Partner</a></p>
</td>
<td>
<p class="mainmenu">
<a href="links_left.htm" target="left" onclick=openframe("links_continous.htm")>
Links</a></p>
</td>
</tr>
</table>
</body>

另2个FRAME的CODE 和这个差不多

请指教更多精彩文章及讨论,请光临枫下论坛 rolia.net
Report