CATEGORY: Java and JavaScript

QUESTION:
Do I have to directly place my applets on the server to get them to run ?

ANSWER:
Yes, if you have applets on your local system (home computer), you will need to upload them into your webspace, and DIRECTLY call them.
In other words, if you have an applet called:
testapplet.class
You would need to upload it into your main web directory, and reference it in your html code like this:

code="testapplet.class"
############################################################

Please be advised that this is a SUPPLEMENTAL Online Manual.

The PRIMARY Online Manual is inside your Online Control Panel... to access it, just click Documentation link at very bottom of Online Control Panel screen.

You should always consult the Online Manual inside your control panel first... and only consult this SUPPLEMENTAL Online Manual as a last resort.

if after consulting the Control Panel Documentation, you still need assistance, please CONTACT SUPPORT

top