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?
I answer it myself. There are no solutions so far.