1.dafaut.asp
<% Option Explicit '强制声明变量 %>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>网上书店首页</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><frameset framespacing="0" border="1" rows="107,*" frameborder="1"> <frame name="header" scrolling="no" noresize target="main" src="bookhead.html">
<frame name="main" src="bookright.asp" scrolling="auto" > <noframes> <body> <p>此网页使用了框架,但你的浏览器不支持框架。</p> </body> </noframes></frameset></html>
2.其中head.html就是现实两张图片,没问题
bookright.asp里面没有框架,有表格,表单,但是不显示,出现500错误
3.但是如果我把bookright.asp改成bookright.html就能显示
4.怎么回事?难道是我没配置到电脑吗?
<% Option Explicit '强制声明变量 %>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>网上书店首页</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><frameset framespacing="0" border="1" rows="107,*" frameborder="1"> <frame name="header" scrolling="no" noresize target="main" src="bookhead.html">
<frame name="main" src="bookright.asp" scrolling="auto" > <noframes> <body> <p>此网页使用了框架,但你的浏览器不支持框架。</p> </body> </noframes></frameset></html>
2.其中head.html就是现实两张图片,没问题
bookright.asp里面没有框架,有表格,表单,但是不显示,出现500错误
3.但是如果我把bookright.asp改成bookright.html就能显示
4.怎么回事?难道是我没配置到电脑吗?
