框架问题

来源:百度知道 编辑:UC知道 时间:2024/05/17 09:00:41
谁能告诉我左边一个框架右边一个框架一点左边框架里的超连接在右边的框架打开

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<frameset cols="80,*" frameborder="no" border="0" framespacing="0">
<frame src="left.asp" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="right.asp" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

left.asp中的内容
<a href=bb.asp target=mainFrame>

你想用什么语言实现?javascript+xml可以