HI
just would like to find out...
whats the factors determining the use
of Jscript or VbScript in ASP
thanks
jkl
Printable View
HI
just would like to find out...
whats the factors determining the use
of Jscript or VbScript in ASP
thanks
jkl
probably not the right group for the question - but it normally depends on
your levels of experience in other languages. vbscript is very much like
VB, based on VBA its excellent for rad and allows you to aquire a languege
suitbale across most com applications, jscript has more of a c syntax and is
better if your used to that type of langauge syntax...its also very useful
as a base if your interested in learning more about java.
Regards
John Timney (MVP)
jklow <jk_low@pacific.net.sg> wrote in message
news:38e321cc$1@news.devx.com...
>
>
> HI
>
> just would like to find out...
> whats the factors determining the use
> of Jscript or VbScript in ASP
>
> thanks
>
> jkl
>
>
>
"jklow" <jk_low@pacific.net.sg> wrote:
>
>
>HI
>
> just would like to find out...
> whats the factors determining the use
> of Jscript or VbScript in ASP
>
>thanks
>
>jkl
>
>Javascript allows for
1.browser independence
2.specific client side execution if required,
for example form validation before posting
>