Excellent tip! Thanks omr ;-) Happy coding,
Jeff On Mar 10, 10:37 pm, omr <[email protected]> wrote: > Change this: > > if (parts[i][0] == 'q') { > > to this: > > if (parts[i].substr(0,1) == 'q') { > > -- omr -- 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.
