Re: when to write <%@ Language="VBScript" %>? by Stan
Stan
Sat Aug 23 12:04:24 CDT 2003
John,
It's more precise to say that YOUR server uses VBScript by default. You can
set the default to JavaScript, if you prefer it. Yes, that line IS
redundant on your ASP page. To write client side script, you need this tag:
<script language="vbscript">
though the language is usually optional.
Stan Scott
New York City
"John Davis" <jrefactor@hotmail.com> wrote in message
news:%23iOnhqUaDHA.2024@TK2MSFTNGP12.phx.gbl...
> Since ASP server scripts use VBScript by default, does it mean it is
> redundant to put the following in ASP page? Then when do we need to use
> this? In client-side VBScript?
>
> <%@ Language="VBScript" %>
>
>
> Thanks!
> John
>
>