Hello all,
I was wondering if its possible to run a DOS command from the html page.
I would like the users to click on a link to launch the task manager.
Something along these lines....
=============== =============== =============== =============== =============== =
<HTML>
<body>
<a href = 'cmd /c taskmgr'> Click here for Task Manager </a>
</body>
</HTML>
=============== =============== =============== =============== =============== =
Is this possible?
Its no huge security issue.
Thanks,
Prabh
I was wondering if its possible to run a DOS command from the html page.
I would like the users to click on a link to launch the task manager.
Something along these lines....
=============== =============== =============== =============== =============== =
<HTML>
<body>
<a href = 'cmd /c taskmgr'> Click here for Task Manager </a>
</body>
</HTML>
=============== =============== =============== =============== =============== =
Is this possible?
Its no huge security issue.
Thanks,
Prabh
Comment