What kind of cross domain issue it is?... Can you please elaborate?
Let me elaborate it. I have made a php code(adresult.p hp) which takes out the top two result for the keyword entered by the user. Also, I have created an ajax file (demo.html) where I am using a div which calls the ajax function(jscrip t.js). This exactly works as the google ads. The user can search for the particular keyword and get the top two results and just copy the code in the demo.html and can paste it in his/her webpage. As the adresult.php file is in my domain, it shows an error message "permission denied". I know that this happens because of the cross domain issue, but i am not able to solve this. Can you help me out to solve this issue?
Comment