Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

IE iframe input content

$
0
0

I have successfully to click the button,and after that I need to input contents in the iframe "editor_iframe_1".

But after many trials it still can't work.

Does anyone have any idea?

Thanks~~

  1. #include <IE.au3>
  2. Local $link
  3. Local $oIE
  4. $link = String("http://gobuykorean.cc/")
  5. $oIE = _IECreate($link)
  6. $HWND = _IEPropertyGet($oIE, "hwnd")
  7. _IEAction($oIE, "visible")
  8.  
  9. $oIE = _IELinkClickByText($oIE,"發表")
  10. _IEAction($oIE, "click")
  1. <div id="xe-editor-container-1" class="input_area xpress_xeditor_editing_area_container" style="height: 300px;">
  2.             <iframe id="editor_iframe_1" allowtransparency="true" frameborder="0" src="http://gobuykorean.cc/modules/editor/styles/default/editor.html" scrolling="yes" style="width: 100%; height: 300px; display: block;"></iframe><textarea id="xpress-editor-1" rows="8" cols="42" style="display: none; width: 100%;"></textarea><textarea rows="8" cols="42" class="input_syntax " style="display: none;"></textarea>
  3.         </div>
  4. <iframe id="editor_iframe_1" allowtransparency="true" frameborder="0" src="http://gobuykorean.cc/modules/editor/styles/default/editor.html" scrolling="yes" style="width: 100%; height: 300px; display: block;"></iframe>

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>