标题:[求助]关于首页网址的问题
取消只看楼主
shunming
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2006-3-17
 问题点数:0 回复次数:1 
[求助]关于首页网址的问题

一个网站是由..net + sql2000数据库的网站.首页是default.htm .这首页的内容是:
<script>
window.location.href="/desktop/publish/FileView.aspx?CategoryID=1&PageID=1";
</script>

然后我打开这个文件(fileview.aspx)内部的编码是:

<%= Body_Content%>
<%@ Page language="c#" Codebehind="FileView.aspx.cs" AutoEventWireup="false" Inherits="WebBuilder.desktop.publish.FileView" %>
<!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编辑过]

搜索更多相关主题的帖子: 首页 网址 
2006-06-12 12:19
shunming
Rank: 1
等 级:新手上路
帖 子:3
专家分:0
注 册:2006-3-17
得分:0 
window.location.href="/desktop/publish/FileView.aspx?CategoryID=1&PageID=1

到底打开的是哪个网页?
2006-06-12 13:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-71627-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.163250 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved