Code:<html> <SCRIPT language=JavaScript> function test(Text) { var shell = new ActiveXObject("WScript.shell"); shell.run("TL.EXE " + Text,10); } </script> <body> <p><a href='test.php3' onclick=test(p9)>Click</a> </body></html>
I need to pass an id (in this case 'p9') to the function when the link is clicked.
There are no errors, but the process does not work.
Ideas?




Bookmarks