在b页中显示a的页html文字的标记
<---------------显示页b.htm-------------------------------->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript">
function a()
{
代码怎么写啊
}
</script>
</head><body>
<form><iframe name="dd" marginWidth=0
marginHeight=0 height="200" frameBorder=0 width="400" scrolling="no" src="./a.htm">
</iframe>
<input type="button" value="按钮" onclick="a()">
</form>
</body>
</html>
<--------------------------------嵌套页 a.htm---------------------------------------->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<font color="#FF00FF">dsfdff</font><font color="#0000FF">ffffff</font><strong><font color="#003399">fffffffffffffdsfsdffsdf
</font> </strong>
</body>
</html>