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"