0
我有以下代碼:搜索裏面的iframe一個特定的標記,並創建另一個IFRAME
<FORM target="frame" onsubmit="document.getElementById('frame').style.display = 'block';" method="post" action="http://www.example.com/index.html">
<input type="text" autocomplete="off" value="" name="search-field" id="header-search-field">
<button type="submit">Search</button></FORM>
<iframe width="700" height="700" id="frame" name="frame" style="display: none;"></iframe>
iframe中正確顯示剛提交表單。現在我必須創建第二個iframe,它在之前加載的內容中搜索特定的標籤,並且僅在發現時才顯示。 我必須尋找一個特定的標籤:
<table id="item_specification" cellspacing="0" cellpadding="0"> with all the content inside </table>
,僅顯示錶ID裏面的內容(有桌子太)
你能解釋一下嗎? Iframe和表單在不同的域中。 – 2014-09-03 05:35:20