keithxm23 0 Newbie Poster

Hi..

I'm new to AJAX and I'm attempting to use this webservice ( www.webservicex.net/CurrencyConvertor.asmx?op=ConversionRate ) in my html page.

Now I've managed to make a form and stuff to correctly call the webservice, but then, I do not want the answer to be displayed as just the output xml data. I wish to have this data printed in an aesthetic way, say in a pop up box or in a new textbox using AJAX.

I've gone through a lot of AJAX links via Google and read up on w3cschools too. Can't really figure this out.

I'm sure it's something simple that I'm missing out. Can someone please help me