Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compaitibility with multiple browsers such as IE6 and IE7
#1
I am working on a little macro that so far is working well on my XP with IE7. As soon as I take the exe over to another computer that is running IE6, I run into problems. I am hoping there is a way I can streamline my code for widest compatibility. A specific example that works in IE7 and not in IE6 is this line:

Code:
Copy      Help
Htm b=htm("DIV" "Click here" "" win("Test Page") 0 20 0x21)
b.Click;wait 0 I

First, I need some more help in understanding what the 0 20 0x21 represents...I believe they might be flags of some sort - I am very new to QM :roll:

Second, any tips of how I can make my code more acceptable across multiple platforms would be great, even if there is a slight exchange in speed.

Regards,
Eric
#2
Please post the url or html for testing.


Forum Jump:


Users browsing this thread: 1 Guest(s)