|
-
Mar 5th, 2025, 03:17 AM
#11
Re: VB6 WebView2-Binding (Edge-Chromium)
how to use --disable-web-security??
can't runjs to frame document.
Uncaught DOMException: Failed to read a named property 'document' from 'Window': Blocked a frame with origin "https://**.com" from accessing a cross-origin frame.
at <anonymous>:2:64
???? @ VM1604:2
var iframe = document.querySelector("#pt_iframe");
error here:
var iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|