Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web and version 2.1.9
#1
I just downloaded and installed the new beta version of QM and started to have problems with a web loader I have used in the past. The line is:

web "https://url.url.url/file" 8

If I remove the 8 the URL loads fine, but it opens the URL in the same window I was in. In the past the 8 opened a second window. With the 8 now I get the error cannot open web page.

Any ideas?

Thanks,
Carl
#2
Here works well. Internally QM uses code like this:

Code:
Copy      Help
SHDocVw.InternetExplorer ie._create
ie.Visible=-1
ie.Navigate("https://url.url.url/file")
5

Does it work?
#3
As always you are right on track.

Thanks.


Forum Jump:


Users browsing this thread: 1 Guest(s)