You cant access other web site using AJAX. AJAX can only access the pages that are within the same virtual directory. Say your page which calls the AJAX is http://www.abc.com/mno.aspx And it calls xmlHttpRequest.open('http://www.abc.com/xyz.aspx') it will work fine but xmlHttpRequest.open('http://www.xyz.com/abc.aspx') will give "Access Denied" Hope you understand. :rose:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.
Depends on which web server you use, maybe have a look at CGI[^]. You didn't ask for it, but it sounds a lot like a job for PHP :) /M
My webchat in Europe :java: