Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Where is the AJAX in the Google Search API?
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Where is the AJAX in the Google Search API?
Where is the AJAX in the Google Search API?
19-11-2007 6:30 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
The old Google SOAP interface accessed using XMLHttpRequest necessitated using a proxy service on the server that served up the page containing the request.
If I use the Google AJAX Search API instead (GSearch et al) which doesn't appear to need a proxy, this presumably replaces XMLHttpRequest by some Javascript generated on the fly or it would violate the browser 'same origin' (no cross-domain calls) policy.
But how then does the Search API then qualify as an AJAX API? How for example do the asynch communication and filling of the existing page (as opposed to loading a new page) work (IFrames?)
If I use the Google AJAX Search API instead (GSearch et al) which doesn't appear to need a proxy, this presumably replaces XMLHttpRequest by some Javascript generated on the fly or it would violate the browser 'same origin' (no cross-domain calls) policy.
But how then does the Search API then qualify as an AJAX API? How for example do the asynch communication and filling of the existing page (as opposed to loading a new page) work (IFrames?)
Zen from May 17. PN Business account from 2004 - 2017
Message 1 of 2
(947 Views)
1 REPLY 1
Re: Where is the AJAX in the Google Search API?
06-02-2008 11:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Lets face it... the term AJAX has been horribly misused for most of last year....
Kelly Dorset
Ex-Broadband Service Manager
Ex-Broadband Service Manager
Message 2 of 2
(198 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Where is the AJAX in the Google Search API?