Page 1 of 1

HTML http request

Posted: Fri Sep 09, 2011 10:49 pm
by M1z23R
I am looking for a way to use http requests if possible in html just like in vb.net. I want to read xml data from specific site into xml node and read values from it using html. Is this possible ? If so please respond ;)

Re: HTML http request

Posted: Fri Sep 09, 2011 10:58 pm
by Agust1337
err sorry didn't read the whole topic :?

Re: HTML http request

Posted: Fri Sep 09, 2011 10:59 pm
by Axel
Take a look at XMLHttpRequest, you're not looking for html but javascript(you can use javascript in html)
http://www.w3schools.com/xml/xml_http.asp