Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 6 of 6 total |
Possible Bug With DocumentText |
Thu, Mar 17 2016 12:42 PM | Permanent Link |
Mark Brooks Slikware | Tim
I'm using the OnLoad event of a TBrowser with IE11. When I try to read the DocumentText property I get an exception on the JS line: $r = $t.telement_fdomelement.contentDocument which states "access denied". Any ideas? Thanks Mark |
Fri, Mar 18 2016 5:13 AM | Permanent Link |
Matthew Jones | Mark Brooks wrote:
> I'm using the OnLoad event of a TBrowser with IE11. When I try to > read the DocumentText property I get an exception on the JS line: > > $r = $t.telement_fdomelement.contentDocument > > which states "access denied". > > Any ideas? This is simple browser security. You simply cannot do it. -- Matthew Jones |
Fri, Mar 18 2016 6:33 AM | Permanent Link |
Mark Brooks Slikware | "Matthew Jones" wrote:
>>This is simple browser security. You simply cannot do it. Hi Matthew Fair comment, however (a) I'm just trying to read the value (b) Tim has wrapped this already as a read / write property (c) all other browsers seem to support this. So I think it's just not as simple as "you can't do it"? |
Fri, Mar 18 2016 7:47 AM | Permanent Link |
Matthew Jones | Mark Brooks wrote:
> So I think it's just not as simple as "you can't do it"? Yes, you are probably right, but I suspect that it will become harder over time, not easier. Key is it isn't an EWB issue, but javascript generally, so you can google generally to find solutions. http://javascript.info/tutorial/same-origin-security-policy is interesting, but it seems that the domain is a key part of whether you can do it. Good luck! -- Matthew Jones |
Fri, Mar 18 2016 12:26 PM | Permanent Link |
Uli Becker | Mark,
I remember two discussions which might help: http://tinyurl.com/zw4wglz http://tinyurl.com/z856esu Regards Uli |
Fri, Mar 18 2016 2:40 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. timyoung@elevatesoft.com | Mark,
<< Fair comment, however (a) I'm just trying to read the value (b) Tim has wrapped this already as a read / write property (c) all other browsers seem to support this. So I think it's just not as simple as "you can't do it"? >> Where ever the content in the TBrowser control is coming from will need to handle/return the proper CORS headers in order to allow the client application direct access to the document content in the TBrowser control. This is out of the hands of EWB. Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Wednesday, October 9, 2024 at 05:37 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |