[問題] 透過JS控制iframe..
請問一下
有辦法通過js來access iframe內的資料嗎?
就像是下面
index.html:
<script>
function sendTest()
{
//把iframe['test']內的表單作submit
}
</script>
<button onClick='sendTest()'>
</button>
<iframe src='test.html' id='test' >
</iframe>
test.html:
<form action='handle.php' id='form1'>
<input type='hidden' name='aAction' value='joasd'>
</form>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 124.10.83.30
推
06/07 17:42, , 1F
06/07 17:42, 1F
→
06/07 17:42, , 2F
06/07 17:42, 2F
推
06/09 15:01, , 3F
06/09 15:01, 3F
→
06/09 15:01, , 4F
06/09 15:01, 4F
推
08/21 22:48, , 5F
08/21 22:48, 5F
Ajax 近期熱門文章
PTT數位生活區 即時熱門文章