Vb.net - Access Denied Error when passing values to iframe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harinisuresh
    New Member
    • Nov 2012
    • 1

    Vb.net - Access Denied Error when passing values to iframe

    Download source code of Program : http://www66.zippyshar e.com/v/96114261/file.html

    I got Error 'Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED ))' of using cross domain in webbroser iframe tag.

    Error Line : WebBrowser1.Doc ument.Window.Fr ames(0).Documen t.GetElementsBy TagName("input" ).Item(0).Inner Text = "MyValue1"

    Please solve the program. Thanks.
    Attached Files
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Cross domain scripting is blocked because it poses a huge security risk.

    Comment

    Working...