Skip to content

Opening book details…

Can I read ASP Basics: Scripting and Functions on EtoBox?

ASP Basics: Scripting and Functions by Parveen Swami is a document available to read on EtoBox.

What is ASP Basics: Scripting and Functions about?

Active Server Pages (ASP) is a technology for creating dynamically generated web pages based on server-side scripts. In ASP, server scripts are surrounded by <% %> delimiters and you can write "Hello World" using Response.Write("Hello World"). By default, ASP uses VBScript as its scripting language but you can also use JavaScript. To get information from forms submitted using GET or POST, you use Request.QueryString and Request.Form respectively. Global variables are available to all users through the Appli

Author
Parveen Swami
Language
EN