http://bugs.winehq.org/show_bug.cgi?id=29123
Bug #: 29123 Summary: iexplore: failed to login icbc onine bank Product: Wine Version: 1.3.32 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com Classification: Unclassified
$ wine --version wine-1.3.32-369-gd351e02
Hacked dlls/mshtml/persist.c to force use_gecko_script=FALSE /* Jacek, should I file separate bug for it ? */
1. Download http://www.icbc.com.cn/icbc/html/download/dkq/icbc_netbank_client_controls.e...
2. $ winetricks -q mfc42
3. $ wine icbc_netbank_client_controls.exe
4. open icbc website with wine iexplore:
$ WINEDEBUG=+jscript wine iexplore 'https://mybank.icbc.com.cn/icbc/newenperbank/main/login.jsp?injectTranName=&...'
5. type in a 17 digit username, such as 6222023601234567890 type in a password, at least 4 digit type in the verify code
6. submit
Expect result: submit the form to icbc website, if the username or the password is incorrect, then there will be a error page display; if the username and the password is correct, then login to ICBC online bank.
Actual result: nothing happens
+jscript trace attached