Search code examples
javascriptjqueryajaxsame-origin-policygoogle-scholar

How to get Google results into our webpage without SAME ORIGIN POLICY


We have own form in our webpage. We want to show google(www.google.com/scholar) results into our webpage. We tried

  • jQuery, Ajax

  • HTML framing (iFrame, frameset)

    and all of these have SAMEORIGIN issues.

We also tried using a new tab and found it has same problem here . All these solutions seem to work only with http://www.google.com/custom and no other google websites.

Is there any alternative to do so?


Solution

  • I answer it myself. There are no solutions so far.