So, in short, you're wanting to execute the search control on a second page?
Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Feb 25, 2009, at 12:02 PM, Scotty A wrote: > > I have created an AJAX API based search using the "searchForm" and > placed this into a DOM object in my CSS based HTML. The search works > fine, but I wanted to create additional search pages, because the > number of CREF AJAX Searchers has grown pretty large, and I wanted to > customize each searcher for an even more specific group of > information. What I am trying to do is edit the code, so I can utilize > an HTML or AJAX statement that will allow me to pass a $q or query > term into the searchForm on another page. I have done something > similar in the past with XML for CSE redirects, but I don't know how > to do this with AJAX. > > var options = new google.search.DrawOptions(); > options.setSearchFormRoot(document.getElementById > ("searchForm")); > var sFormDiv = document.getElementById("searchForm"); > > <--! in between these statements are the searchers--!> > > this.control.draw(sFormDiv); > } > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
