Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
WebKitBrowser和Iframe-vb.net_Vb.net_Iframe_Webkit_Browser_Frames - Fatal编程技术网

WebKitBrowser和Iframe-vb.net

WebKitBrowser和Iframe-vb.net,vb.net,iframe,webkit,browser,frames,Vb.net,Iframe,Webkit,Browser,Frames,首先,你需要知道这是我的第一个问题,我来自波兰,对任何错误都非常抱歉 我正在用VB.net编写程序。 我有网站,不是我的,还有Iframe。iframe中有一个文本输入。我需要更改此输入的值 我在WebBrowser中制作,但我需要在WebKitBrowser中制作。 在WebBrowser中,这看起来像: WebBrowser1.Document.Window.Frames("NameOfFrame").Document.GetElementById("Text_Input").SetAttr

首先,你需要知道这是我的第一个问题,我来自波兰,对任何错误都非常抱歉

我正在用VB.net编写程序。 我有网站,不是我的,还有Iframe。iframe中有一个文本输入。我需要更改此输入的值

我在WebBrowser中制作,但我需要在WebKitBrowser中制作。 在WebBrowser中,这看起来像:

WebBrowser1.Document.Window.Frames("NameOfFrame").Document.GetElementById("Text_Input").SetAttribute("value", "something") 
在WebKitBrowser中,这不起作用

我正在尝试这个:

    For Each oneelement As WebKit.DOM.Node In WebKitBrowser1.Document.GetElementById("NameOfFrame").ChildNodes

        MsgBox(oneelement.NodeValue.ToString)
    Next
有一个问题。。 我得到了味精:

你需要iframe支持