Hi, Even though having the results on a different page kinda defeats the whole "ajaxy" feel of the app it is easily done by using a get method on your search form then on the results page you can grab the url values (window.location.search for example) and execute the searches that way. You can have a look at my source code here >> http://www.visionjinx.net/ for how I am doing it with my app. (look for vj.getApi)
Alternatively, If your using PHP (or example) then you can also grab the values that way ($_GET/$_POST) and use it when generating the page. Cheers! Vision Jinx On Aug 17, 9:11 am, alpapa <[email protected]> wrote: > Better yet, is there any way to get the value that is being searched > to use it in another javascript element? What i would like to do is a > twitter search at the same time using juitter, by passing the search > value into the juitter code as well. > > On Aug 17, 9:44 am, alpapa <[email protected]> wrote: > > > I have a php based website, I really just need the searchbox on every > > page and the results to appear on a standard results page, nothing > > fancy. > > > On Aug 16, 9:24 pm, Jeremy Geerdes <[email protected]> wrote: > > > > There are a number of ways to do this. The easiest and best solution > > > will depend very much on your application needs. > > > > Jeremy R. Geerdes > > > Effective website design & development > > > Des Moines, IA > > > > For more information or a project > > > quote:http://jgeerdes.home.mchsi.comhttp://jgeerdes.blogspot.comhttp://jgee... > > > [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, > > > athttp://jgeerdes.blogspot.com > > > ! > > > > On Aug 16, 2009, at 9:23 AM, alpapa wrote: > > > > > Is there any way to have the search results on a different page than > > > > the search box or any instructions on how to do this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
