http://bugs.winehq.org/show_bug.cgi?id=19378
--- Comment #5 from info@skierpage.com 2009-10-03 19:04:15 --- I'll attach the HTML of the registration. This is definitely using proprietary MS HTML, specifically the FOR and EVENT attribute of the script tag: <SCRIPT LANGUAGE="JavaScript" FOR="uqw" EVENT="onSnapShotUpdate()"> resize('uqw'); </SCRIPT>
<SCRIPT LANGUAGE="JavaScript" FOR="qw" EVENT="onQuickenEvent(szType)"> ... [ code to hide/show HTML for different steps in the registration ] ...
Also I don't understand the strange comments at the top. <!-- E7079367EC8F981AE9514307092BF5312A2EC5FA7E7B106C5B2D -->
When "mshtml" goes to render to render this file, (which loads Gecko) it tries and fails to load jscript.dll. Somehow in real Windows Quicken must associate the qw and uqw special Quicken objects with this HTML fragment, I'm not sure how this happens.
However, that doesn't explain why Wine garbles the perfectly legible HTML.