|
Google's custom search, adsense etc calls a remote script into action, which gets the data from google.com and displays it on the page where the script is called.
Your script is trying to get data from a remote host, which is blocked as a XSS (Cross Site Scripting) attempt.
you need to get the AJAX script to get the remote page using whatever server side code you can run.
So you call a local code page, that then gets the remote data
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|