Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Q1 Java Script is a client side Scripting language or Server side Scripting Language. Give reasons in Sup?
scripting language
3 Answers
- Anonymous5 years ago
Javascript can be used client side or server side it is a scripting language, however few application server support it. On Client side Javascript is specialized ( via api ) to DOM manipulation, and very limited user information storage . On server side it can manipulate database, of filesystem base on request data. Currently the only widely known server to use this is IIS in ASP pages, but this is an uncommon used option as moth of the asp pages are developed in VBscript.
- 1 decade ago
Javascript can be used client side or server side it is a scripting language, however few application server support it.
On Client side Javascript is specialized ( via api ) to DOM manipulation, and very limited user information storage .
On server side it can manipulate database, of filesystem base on request data.
Currently the only widely known server to use this is IIS in ASP pages, but this is an uncommon used option as moth of the asp pages are developed in VBscript.