Questions:
- I am assuming you support Java script. Is this
correct?
- Do you support Java Server Pages?
- Do I have to directly place my applets on the
server to get them to run ?
- Can I run Java Applets from my site ?
- Do you
allow Java Servlets ?
Answers:
- I am assuming you support Java script. Is this correct?
Absolutely correct!
- Do you support Java Server Pages?
If you mean Java Servlets... no, we do not support
them.
- Do I have to directly place my applets on the server to get
them to run ?
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"
- Can I run Java Applets from my site ?
Of course you can :)
But, as always... please remember, that we do not answer programming
questions. If you have programming questions, you need to contact an
experienced Java programmer.
- Do you allow Java Servlets ?
No, we do not allow Java Servlets.
|