紧急求救JavaScript问题(50分)

  • 主题发起人 主题发起人 anron
  • 开始时间 开始时间
A

anron

Unregistered / Unconfirmed
GUEST, unregistred user!
问题的提出:
框架式的网页:Left.htm, Right.htm,一个框架中含中两个HTM。
在Left.htm中有以下代码:
1. parent.RightFrame.document.getElementById(&quot;fileA&quot;).select(); //Right.htm: <input type=&quot;file&quot; name=&quot;fileA&quot;>
2. //粘贴内容进入比如 d:/aa.doc
在IE6中运行正常。
在IE5中运行代码后没反应。
试过: parent.RightFrame.document.getElementById(&quot;fileA&quot;).focus();
或 parent.RightFrame.form1.fileA.select();
都不行。
 
IE5跨框架调用select()或focus()不起作用的吗?
别说让我升级IE5,几千个用户太多了。
应用是这样的: 在left.htm调用自定义函数动态改变right.htm中的<intput type=&quot;file&quot; name=&quot;fileA&quot;>的值。
先是得到焦点select(),再粘贴内容到fileA中。

有没其他方法实现?
 
问题解决了。
先focus()
再select()就OK了。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
812
import
I
I
回复
0
查看
526
import
I
后退
顶部