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