帮我看一下下面这段ASP网页代码是什么意思 10
明白是什么意思的请帮我注释一下,谢谢!!<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Frameset//EN""http://www.w...
明白是什么意思的请帮我注释一下,谢谢!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript" type="text/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="32,*" cols="*" framespacing="0" frameborder="yes" border="0" bordercolor="#FF0000">
<frame src="birthday.htm" name="topFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="birthday2.htm" name="mainFrame">
<frame src="birthday3.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html> 展开
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript" type="text/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="32,*" cols="*" framespacing="0" frameborder="yes" border="0" bordercolor="#FF0000">
<frame src="birthday.htm" name="topFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="birthday2.htm" name="mainFrame">
<frame src="birthday3.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html> 展开
1个回答
展开全部
首先咱们并不能确定这就是ASP网页 顶多说它是个HTML网页 因为他其中除了HTML语句就是JavaScript语句了
这个页面的功能就是框架页面
<frameset rows="32,*" cols="*" framespacing="0" frameborder="yes" border="0" bordercolor="#FF0000">
<frame src="birthday.htm" name="topFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="birthday2.htm" name="mainFrame">
<frame src="birthday3.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
</frameset>
这就是框架语句 src是路径 连接的页面 其他的就没什么好说的了
这个页面的功能就是框架页面
<frameset rows="32,*" cols="*" framespacing="0" frameborder="yes" border="0" bordercolor="#FF0000">
<frame src="birthday.htm" name="topFrame" scrolling="NO" noresize>
<frameset rows="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="birthday2.htm" name="mainFrame">
<frame src="birthday3.htm" name="bottomFrame" scrolling="NO" noresize>
</frameset>
</frameset>
这就是框架语句 src是路径 连接的页面 其他的就没什么好说的了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询