/ 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 Language="VBScript"> sub helloWorld document.getElementById("hier").innerHTML="toll!" end sub </script> </head> <body> <form> <input type="button" onClick="self.helloWorld()" value="Anwendung beenden"> </form> </body> </html>
Comments
Subscribe to comments
You need to login to post a comment.

What exactly is is the purpose of this Snippet?