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
-~----------~----~----~----~------~----~------~--~---