Menu

IDOMHTMLInputElement.Click()

Help
Magic Alex
2009-08-06
2013-05-28
  • Magic Alex

    Magic Alex - 2009-08-06

    // button-element
    element = (IDOMHTMLInputElement) view.mainFrameDocument().getElementById("buttonid");

              // This statement throws the error "Access to right protected memory"
              element.click();

    Please, help me!

     
    • geekyde

      geekyde - 2009-08-06

      A lot of DOMHTML-Stuff is not implemented in the windows-webkit-build ;/

      a workaround might be injecting javascript:
      http://sourceforge.net/forum/message.php?msg_id=7535434

       
    • Magic Alex

      Magic Alex - 2009-08-07

      Thank you for answer!

      But javascript is not match me. How can I implement these methods in C# or C++?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.