javascript - I'm trying to embed text in my HTML using this code, but I keep getting this error -
this question has reply here:
generic solution of 'x-frame-options' 'sameorigin' issue 1 replythe code:
<object type="text/html" data="http://finance.google.com/finance/info?client=ig&q=nasdaq:goog">
the error:
refused display 'http://finance.google.com/finance/info?client=ig&q=nasdaq:goog' in frame because set 'x-frame-options' 'sameorigin'.
same reply here: generic solution of 'x-frame-options' 'sameorigin' issue
google telling visitors' browsers should not display in frame.
you have 4 options:
talk whomever runs google.com , convince them not link them instead of trying shove them frame don't point visitors them @ proxy site , point iframe @ proxy (this may step copyright infringement territory)
javascript html html5 cross-domain
No comments:
Post a Comment