There is a linux server. It has an html page. How can you execute it, as in a regular browser, with scripts and is it possible to give commands to the resulting document?
1 answer
How can you execute it, as in a regular browser, with scripts and is it possible to give commands to the resulting document?
The correct answer is no. HTML is intended only for the browser. Want to perform any operations on the server - use server-side scripts (PHP, Perl, etc).
- oneAnd what's more - in the properties of the HTML files the bit "x" is not cocked. Those. The OS delicately hints at you. that this is NOT an executable file. - Sergey
|