主题:  大家看下代码,哪里有错误

lovecs

职务:普通成员
等级:1
金币:0.0
发贴:1
#12005/2/15 8:45:23
帮忙看下这个代码,运行有问题。错误:'Parent' 未定义
想用iframe向主框架的文本框传递文本

<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF">
<form name="addform">
  <input type="text" name="downfile">
</form>
<iframe name="ad" frameborder=0 width=100% height=25 scrolling=no src=wang.htm></iframe>
</body>
</html>



<html>
<head>
<title>wang.htm</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body bgcolor="#FFFFFF">
<script language=javascript>
<!--
     Parent.Document.AddForm.DownFile.Value = "UploadFile"

//-->
</script>
</body>
</html>



{ 在指尖上绽放的花朵 }

职务:普通成员
等级:5
金币:14.0
发贴:3209
#22005/2/15 13:15:25
引用:
<!--
parent.document.addform.downfile.value = "UploadFile"

//-->



javascript 严格区分大小写的说。。。

不是想怎么漂亮就可以怎么写的。。。