Hi leute wer könnte mir helfen weiß nicht wo der fehler liegt. Dies ist für eine Offlinpage gedacht.
CODE--------
<htm>
<head> <title> Test Button Event </title>
<script LANGUAGE="VBScript">
<!--
Sub Button1_OnClick
DIM MP
Set MP = WScript.CreateObject("WScript.Shell")
MP.Run "%SystemRoot%\System32\mspaint.exe"
End Sub
-->
</SCRIPT>
</head>
<body>
<form> <input type="Button" name="Button1" value="Paint"> </form>
</body>
</html>
-----Code
warum startet das Prog.. nicht ??
Danke schonmal für Hilfe