08-24-2004, 06:41 PM
Yes, it is possible. QM has functions to connect to the Internet, download pages, etc. Of course, this task is not easy, and nothing except you can create fully and reliably working macro for you. If you will give more details, I will help you. But you also should be quite familiar with QM or scripting/programming in general (if-else, for, goto, etc). Please describe all steps with all details. For example:
1. If not connected, connect to the Internet using dialup networking connection "My Connection".
2. Download page "http://www.zzz.com/xxx.htm" to variable a.
3. If successful, do steps 4 to 10, else - step 11.
...
1. If not connected, connect to the Internet using dialup networking connection "My Connection".
2. Download page "http://www.zzz.com/xxx.htm" to variable a.
3. If successful, do steps 4 to 10, else - step 11.
...