How to solve a cross domain issue?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lionheartz2003
    New Member
    • May 2008
    • 2

    How to solve a cross domain issue?

    How to solve a cross domain issue as it is showing "permission denied" error message?
    Any thoughts?
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by lionheartz2003
    How to solve a cross domain issue as it is showing "permission denied" error message?
    Any thoughts?
    What kind of cross domain issue it is?... Can you please elaborate?

    Comment

    • lionheartz2003
      New Member
      • May 2008
      • 2

      #3
      Originally posted by hsriat
      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

      Working...