关于JavaScript访问IFRAME(50分)

  • 主题发起人 主题发起人 xself
  • 开始时间 开始时间
X

xself

Unregistered / Unconfirmed
GUEST, unregistred user!
怎样才能用JavaScript访问IFRAME包含的网页中的对象,以及动态改变IFRAME所包含的网页地址???
 
在父窗口中
iframename.input1.value='1111';
iframenwm.location.href='xxx.aspx';
 
document.all('I1').document.location.href = 'xxx.asp'
 
iframename.input1.value='1111';
无权访问
 
接收答案
 

Similar threads

回复
0
查看
864
不得闲
S
回复
0
查看
741
SUNSTONE的Delphi笔记
S
S
回复
0
查看
750
SUNSTONE的Delphi笔记
S
后退
顶部