[求助]关于首页网址的问题
一个网站是由..net + sql2000数据库的网站.首页是default.htm .这首页的内容是:
<script>
window.location.href="/desktop/publish/FileView.aspx?CategoryID=1&PageID=1";
</script>
然后我打开这个文件(fileview.aspx)内部的编码是:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<%= Head%>
</HEAD>
<body <%= Body_Attributes%>>
<form id="Form1" method="post" runat="server">
<%= Body_Content%>
</form>
</body>
</HTML>
这就是网站的首页吗.但与真实显示页网的内容不相同.这个网站的首网到底是什么.(本人想直接编辑它)<%= Body_Content%>
[此贴子已经被作者于2006-6-12 12:23:06编辑过]