Displaying 1 result from an estimated 1 matches for "webbr".
Did you mean:
webb
2011 Jan 06
4
Problem with Windows app accessing internet
...a bit surprised, as I thought that the IE-mimicking facilities in Wine would be able to cope.
I've contacted the MCC developers about the issue, and they cannot throw too much light on the subject, but suggest that this is a code chink that may be causing the problem:
Code:
For Each HTMLi In WebBr.Document.getElementsByName("Id")
HTMLi.Value = TxtLoginName
Next
For Each HTMLi In WebBr.Document.getElementsByName("Pass")
HTMLi.Value = TxtPassword
Next
For Each HTMLi In WebBr.Document.getElementsByName("B1")
HTMLi.Click
Exit For
Next
Here'...