Java and Java Script
Please choose from the following questions.
-
Can an html and Java script be separated and the
script placed in the cgi-bin?
-
Do you have support for Java on your servers?
Can an html and Java script be separated and
the script placed in the cgi-bin?
Unlike CGI scripts which are programs that are run on the server, Java
scripts are downloaded by a browser and run on the visitor's machine, which
means that Java scripts must be in a place where documents that can be
downloaded are put, specifically public_html or subdirectory of public_html.
Do you have support for Java on your servers?
Yes you can put Java applets on the server but you will have to set the
MIME type using the AddType Directive on a .htaccess file.
We also support server side java and have the JDK installed.