Friday, 4 November 2011

Execute a command from an HTML page

Execute a command from an HTML page

I hope I have this in the correct section. I am looking for a way to execute a program and/or command from an HTML page. I cannot seem to figure out why I can't get it to work. I assumed it would be something simple like:

Code:

<html>
<body>
<a href="/usr/bin/palimpsest">TEST</a>
</body>
</html>

But apparently not. I'm sure its something simple that I'm missing, but can someone steer me in the right direction?

Thanks!

No comments:

Post a Comment