Forum Moderators: open
Is it possible to get HTAs to get a file (say, [google.com)...] with AJAX and alert the contents? I have tried various different examples on the net, but they appear to only work in server-hosted text/html files.
Thanks!
Do you want synch or asynch?
- If it's asynch, and you only want the response as text, the you could go for the simple option with the long-forgotten IE default behavior, download:
[msdn.microsoft.com...]