renu_kj 0 Newbie Poster

Hi

I'm accessing a webservice from my website which returns results thru an XML file which works fine on IE. But Firefox doesn't allow CROSS DOMAIN XmlHttpRequests. so i googled to find a solution to make it work on Firefox and got this url which seems to be a good solution:
http://developer.yahoo.com/javascript/howto-proxy.html

But they have given the sample code in PHP for a Proxy WebServer.
Can someone help me by providing the code for Web Proxy in classic ASP.

Thanks in advance.