I want to use the Google suggestions provided in xml format. I have found this on the internet:

<form action="http://google.com/complete/search" method="get"><div>

<input type="text" size="20" name="q" />

<input type="submit" value="Submit" />

<input type="hidden" name="output" value="toolbar" /></div>

</form>

On submit it opens a new window with a plain XML file. How can I show the data of this file as plain text on the same page (not in a new tab/window)?

The fiddle: JsFiddle

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.