If your script uses CGI (Common Gateway Interface) , then yes, you can enable HTML with built-in JavaScript.
EDIT: JavaScript is a client technology. You will not get any trace of JavaScript running on the server because it will not execute on the server (unless we are talking about JavaScript on the server side, but I don’t think so).
source
share