Hi
my problem in fact is other:
I'm trying to execute a function that is defined in other page and server. My server doesn't allow me to use the FileSystemObject object and I have to send the requests to this server. I really don't need to have a response, only call this function and execute it in its server.
Now i'm trying it with this include
<!--#include virtual="http://ligueando.brinkster.net/funcioncopiafoto.asp"-->
but it doesn't work.
I tried to do it with the xml solution but of course it can't execute asp code.
I tried too to call this page and pass the parameters that function needs by the querystring but I don't know how call a javascript function that opens the page on the other server.
I tried to find an asp instruction to open another asp file (the one in the other server) but nothing...
Some idea? Thanks a lot.