kamuy 寫:
看到第一行
PAGE LANGUAGE="VB" 還有 autoeventwireup= "false"
就大概知道問題出在哪了

要不要放個原始碼出來確定一下??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<HTML>
<HEAD>
<TITLE>學生資訊系統</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=big5">
<meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="JavaScript1.2">
<!--
/***********************************************
* Auto Maximize Window Script- ?Dynamic Drive (
www.dynamicdrive.com)
* This notice must stay intact for use
* Visit
http://www.dynamicdrive.com/ for this script and 100's more.
***********************************************/
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
//-->
</script>
</HEAD>
<frameset border="0" frameSpacing="0" frameBorder="0">
<FRAMESET rows="80,73%">
<FRAME id="logo" scrolling="no" marginWidth="0" marginHeight="0" src="stuTop.htm">
<FRAMESET cols="18%,82%">
<FRAME id="toc" src="stuToc.htm" scrolling="no">
<frame id="content" name="contents" src="stuGuide.htm" marginWidth="0" marginHeight="0"
frameBorder="no">
</FRAMESET>
</FRAMESET>
<noframes>
<pre id="p2">
================================================================
完成內容框架組的指示
1. 將 URL 加入 "contents" 框架網頁的 src=""。
2. 將 URL 加入 "main" 框架網頁的 src=""。
3. 將 BASE target="main" 項目加入 "contents" 網頁的 HEAD 中,
即可將 "main" 設定為預設的框架,
而其中的連結會顯示另一個網頁的內容。
================================================================
</pre>
<p id="p1">
這個 HTML 框架組會顯示多個 Web 網頁。若要檢視這個框架組, 您必須使用支援 HTML 4.0 或更新規格的 Web 瀏覽器來進行檢視。
</p>
</noframes>
</frameset>
</HTML>
這位大大你說的原始檔是這個吧!
麻煩你替我解決了,謝謝。