|
Posted by Colin Fine on 12/09/05 12:52
Swincher wrote:
> On 7 Dec 2005 14:32:54 -0800, "william.clarke@gmail.com"
> <william.clarke@gmail.com> wrote:
>
>
>>Why not do it client-side in javascript?
>
>
> Thanks to all who responded. I am trying it that way now. I'm just not
> that good at Java. I am used to a ASP-type of page. trying to learn to
> do it another way, without a database involved.
>
> Ken, aka Swincher
Nothing to do with Java. Do not confuse Java and Javascript - they have
nothing in common except some syntax.
Java is a general purpose programming language which can be used on its
own, or (in web context) either server-side or client-side.
Javascript is a scripting language, designed and (AFAIK) restricted to
client-side programming on web pages.
ASP and PHP (and for that matter Perl) are used server-side and the
client never sees the code, only the text (usually HTML) produced by the
code.
Colin
[Back to original message]
|