会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aipeli
最美的青春留在了“博客园”
博客园
首页
联系
管理
在Frame的Top里同时打两个页面
<%
@ Page language
=
"
c#
"
Codebehind
=
"
WebForm1.aspx.cs
"
AutoEventWireup
=
"
false
"
Inherits
=
"
test.WebForm1
"
%>
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>
<
HTML
>
<
HEAD
>
<
title
>
WebForm1
</
title
>
<
meta
name
="GENERATOR"
Content
="Microsoft Visual Studio .NET 7.1"
>
<
meta
name
="CODE_LANGUAGE"
Content
="C#"
>
<
meta
name
="vs_defaultClientScript"
content
="JavaScript"
>
<
meta
name
="vs_targetSchema"
content
="http://schemas.microsoft.com/intellisense/ie5"
>
<
script
language
="javascript"
>
function
LoadPage(url1,url2)
{
parent.left.location.href
=
url1;
parent.main.location.href
=
url2;
}
</
script
>
</
HEAD
>
<
body
>
<
form
id
="Form1"
method
="post"
runat
="server"
>
<
P
><
FONT
face
="宋体"
>
<
a
href
="javascript:LoadPage('1.aspx?MNS=kkk','2.aspx')"
>
Link one
</
a
>
<
a
href
="javascript:LoadPage('1.aspx?MNS=BBB','3.aspx')"
>
Link two
</
a
>
</
FONT
></
P
>
</
form
>
</
body
>
</
HTML
>
posted @
2005-08-15 11:50
泡面 @ 幸福
阅读(
345
) 评论(
0
)
收藏
举报
刷新页面
返回顶部
公告