Hi all,
I found a nice script which I want to use. It offers Google suggestions in XML format:
The problem is that I want to display the XML data as plain HTML text on the same page when submitting (so in a div). I have Googled for this but There is nothing on the internet that can solve my problem. However I think it is possible to show the XML data using Javascript. But I think that I would have a hard time trying since the XML is not in the same root.Code:<form action="http://www.google.nl/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>
Any help is appreciated. If you don't want to write the code please point me in the right way.
Thanks


Reply With Quote

Bookmarks