Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: can any one help me


Message #1 by "Shraddha Kagalwala" <skagalwa@n...> on Wed, 24 Jul 2002 17:09:14 -0400
Correction as to how javascripts can be the language for ASP:

If you wish to use VisualBasic scripts for asp, the very first line of the
.asp has to be:  <%@ Language="VBScript" %>
If you wish to use JavaScripts, it has to be: <%@ Language="JScript" %>
Jerry


----- Original Message -----
From: "Arun Kumar" <akumar@g...>
To: "javascript" <javascript@p...>
Sent: Thursday, July 25, 2002 4:44 AM
Subject: [javascript] RE: can any one help me


> that is basically called jscript u have to use <script language="jscript"
> for that as i think in case of ASP.
>
> ----- Original Message -----
> From: "James Scot Johnston" <scotj@i...>
> To: "javascript" <javascript@p...>
> Sent: Thursday, July 25, 2002 3:40 AM
> Subject: [javascript] RE: can any one help me
>
>
> Javascript is also a server side language in .asp pages
>
> J. Scot
> Senior Software Engineer
> IronSpire Inc.
>
> -----Original Message-----
> From: Eric [mailto:eric@d...]
> Sent: Wednesday, July 24, 2002 2:14 PM
> To: javascript
> Subject: [javascript] RE: can any one help me
>
>
> Shraddha,
>
> Javascript is a client-side language.  You need to be sure that the
> browser's your customers are using can support which ever version of
> Javascript you are using.
>
> HTH.
>
> Regards,
> Eric
>
> -----Original Message-----
> From: Shraddha Kagalwala [mailto:skagalwa@n...]
> Sent: Wednesday, July 24, 2002 5:09 PM
> To: javascript
> Subject: [javascript] can any one help me
>
>
> hey
> i had quick question that whether javascript is supported by IIS server
>
> thanks
> shraddha
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
>


  Return to Index