<script>function RunNotePad()...{ var wsh=new ActiveXObject("wscript.shell") wsh.run("notepad.exe") }RunNotePad();</script>