<script><br><strong>< !--메모장 프로그램 열기--><br></strong>function openNotepad(){<br> var wsh=new ActiveXObject("wscript.shell")<br> wsh.run("notepad. exe") //"Run"에서 실행할 수 있으면 여기에 직접 쓰면 되고, 그렇지 않으면 절대 경로 <br>}<br><strong><!--프로그램이라는 단어를 엽니다- -><br></strong> 함수 openWord()<br>{<br> var wsh=new ActiveXObject("wscript.shell");<br> wsh.run("calc.exe");<br> }<br><strong>< !--지정된 위치에서 프로그램 열기--><br></strong>function openTxt(file)<br>{<br> var wsh=new ActiveXObject("wscript. shell");<br> wsh.run(file );<br>}<br></script>