http://bugs.winehq.org/show_bug.cgi?id=29123
--- Comment #3 from fracting fracting@gmail.com 2011-11-18 08:02:01 CST --- I try to manually execute the below javascript, that works on Windows but doesn't work on wine iexplore:
--- snip --- javascript:alert(document.logonform.action="/servlet/com.icbc.inbs.servlet.ICBCINBSEstablishSessionServlet");
javascript:alert(document.logonform.action)
javascript:alert(document.all.safeSubmit1.reset()) //blank result
javascript:alert(document.logonform.KeyPart.commitKeyPart(logonform.safeEdit1)); //0
javascript:alert(document.logonform.safeEdit1.commit(safeSubmit1)); //0
javascript:alert(document.logonform.KeyPart.commitKeyPart(logonform.KeyPart)); //0
javascript:alert(document.logonform.KeyPart.commit(safeSubmit1)); //0
javascript:alert(document.all.safeSubmit1.submit(logonform)); //0 --- snip ---
the comments like "//0" means the return value is 0 in wine iexplore, but I found that they are "1" in Windows IE, I'm not sure whether it is serious.