How to get data from another page (different servers)

Posted by rjovic on Stack Overflow See other posts from Stack Overflow or by rjovic
Published on 2010-04-25T16:40:33Z Indexed on 2010/04/25 16:43 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

I want to make a IE8 web slice who will show remaining amount of students "food credit". In our country we have web page where we can see ammount www.cap.srce.hr/ProvjeraSaldo.aspx. When I fill textbox with my card number i recieve remaining amount. Now, i want to speed that process with ie8 web slice. So is it possible to get data from another webserver page and than display it in my web slice on my web server. I tried to use XMLHTTP request but it can be only used on same domains. Url for getting amount is :

http://www.cap.srce.hr/saldo.aspx?brk={number_of_card}

© Stack Overflow or respective owner

Related posts about data

Related posts about web