Created
January 14, 2026 15:28
-
-
Save WaterLemons2k/fc3a6ccdfb00a5b84ad7b76d14f7bd60 to your computer and use it in GitHub Desktop.
A wrapper used to run Internet Explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <HTA:APPLICATION border="dialog" CONTEXTMENU="no" INNERBORDER="no" maximizeButton="no" minimizeButton="no" scroll="no" singleInstance="yes" /> | |
| </head> | |
| <a href="http://example.com">Open Internet Explorer</a> | |
| <script> | |
| location.href = 'about:blank'; | |
| close(); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment