addmenu_tree.asp代码<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function setValue()
{
parent.document.getElementById("txt").value=event.srcElement.innerText;
}
</script>
<head><body>
<a href="#" onclick="setValue()">框架里的内容</a>
<a href="#" onclick="setValue()">在左列表的文本框内显示</a>
</body>
</html>