(view source code of htaedit.scr_test.hta as plain text)
<!DOCTYPE HTML>
<html lang="en">
<head>
<!--<meta http-equiv="x-ua-compatible" content="ie=9" />-->
<title>My HTML application</title>
<HTA:APPLICATION
APPLICATIONNAME="My HTML application"
ID="MyHTMLapplication"
VERSION="1.0"
/>
</head>
<script language="VBScript">
Sub TestDebugging( )
document.getElementById( "DoesNotExist" ).value = "Error"
End Sub
</script>
<body>
<input type="button" value="Test" onclick="vbscript:TestDebugging( )" />
</body>
</html>
page last modified: 2024-04-16; loaded in 0.0075 seconds