1、<iframe ></iframe>

iframe页面元素:

<input type="radio" name="radios" value="1" />

<input type="radio" name="radios" value="2" />

<input type="radio" name="radios" value="3" />

 

2、获取iframe元素的对象:document.getElementById("list_iframe").contentWindow.document.getElementsByName('radios')

相关文章:

  • 2021-09-14
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案