QUOTE(Veracon @ May 14 2005, 01:54 PM)

You can't access an URL with AJAX, you can access a page though.
Ah, you're right, didn't think of that. In that case, no, don't think there's a way.
Although.. perhaps if you use XMLHttpRequest to call a PHP file, which could get the contents (in most cases) of external sites. Would that help?