IFrame Event Executes Fine In HTML But Not In HTA
This HTML file shows message dialog when button inside iframe is clicked: <
Solution 1:
Use:
<iframe id="frame" onload="load_me" application="yes"></iframe>
See Intro to .HTA, section The Power of Trust: HTAs and Security
Post a Comment for "IFrame Event Executes Fine In HTML But Not In HTA"