Posts
 
Reputation
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
~915 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for mikefitz

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.

Member Avatar for tcornejo
0
915

The End.