/ Published in: HTML
Expand |
Embed | Plain Text
<html> <head> <hta:application id="HelloWorld" applicationName="HelloWorld" border="5pt" borderStyle="raised" caption="yes" maximizeButton="yes" minimizeButton="yes" showInTaskBar="yes" singleInstance="yes" sysMenu="yes" windowState="maximize" > <script> function helloWorld(){ alert("Hello World"); } </script> </head> <body> <form> <input type="button" onClick="self.helloWorld()" value="Anwendung beenden"> </form> </body> </html>
You need to login to post a comment.
