Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
I put : [code=JavaScript]<script language="javascript" > function todo() { var theShell = new ActiveXObject("Shell.Application"); var theApp = "C:\\Windows\\Notepad.exe"; theShell.ShellExecute(theApp, "", "", "open", "1"); } </script>[/code] and then [icode] <input type = "BUTTON" value = "Push Me!" name = "Command1" onclick="todo()">[/icode] but it doesnt seem to work please helpme.
The End.
tcornejo