The whle point of an ASP document, I'm afraid, is that when you send your HTTP request to the server, the server will run the script that's embedded in the code (that's Active Server Pages, remember), and will send your browser only pure HTML. This is the very nature of ASP. Maybe the FTP protocal works differently? I've never studued it myself, but (I'm really not sure about this) maybe you can retrieve the .ASP file via FTP if the server you are connected to will let you. I don't think ASP works with FTP, only HTTP. After all, it's designed for showing webpages.
I should think OpenURL simply replicates the HTTP request that your browser sends. It probably won't work.
I hope this is of some use
Harry





Reply With Quote