开发者

Translate content in iFrame

开发者 https://www.devze.com 2023-02-04 06:54 出处:网络
Hope someone can help! I have this booking system w开发者_运维问答ithin a iFrame - http://designbyaltitude.com/testing/

Hope someone can help!

I have this booking system w开发者_运维问答ithin a iFrame - http://designbyaltitude.com/testing/

I need to translate it into Dutch but none of the free translators like google/wordlingo etc don't translate it perfectly.

So is there a way I can find and replace the words within the iframe?

Many thanks in advance.


You cannot read (or modify) the DOM within an iframe if it's not on the same domain. This is a violation of the Same origin policy.

0

精彩评论

暂无评论...
验证码 换一张
取 消