On Sat, 05 Aug 2000, you wrote:
> Charles A Edwards wrote:
>
> > I think it is my ignorance not yours. How does one know when looking at
> > the source code on that page that the applet was done in Java.
the applet tag in html, infers the use of java.
> > When I have looked at the code on other sites , they have listed :
> > lang.<javascript> so I know it was done in Java but this page dosen't do
> > that.
javascript is not java, they only have similar names, and
both run on the client side.
> just assumed they would be using their own product. I don't really
> know, but I think you could build the same applet in C / C++. Java is
> more popular I believe, but that doesn't mean they are using it.
then the applet would have to execute on the server side, and most likely be
called as a cgi.
--
Alex
(Go easy on me, I'm a COBOL programmer in real life)