Odium: File Dialog und Anwendung starten

Beitrag lesen

<script language="vbscript">
sub StarteProgramm1
set wshell = CreateObject("wscript.shell")
wshell.run "C:Programme\Microsoft\Encarta Weltatlas\MSWS6.exe", 1, TRUE
set wshell = nothing
End Sub
</script>

...

<div onClick="StarteProgramm11" class="bibclass" >Encarta Weltatlas 2001</div>

Odium