Monday 21, May 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    About Us    |    Contact Us

ASP Syntax

ASP file normally contains HTML tags, XML, text and server scripts. The server scripts are surrounded by <% and %>. Server scripts can contain statements, operators, expression etc and are executed by web server.

Response.Write command:

The response.write command is used to write something to the browser. Here is an example of the command.

<html>
<head>
<title>My Web</title>
</head>
<body>
<%
response.write("Hello World")
%>
</body>
</html>

There is an alternate for response.write command.
<%="Hello World"%>

 
     
   
ASP Tutorial
 
  ASP Introduction
ASP Introduction
  ASP Syntax
ASP Syntax
  ASP JavaScript
ASP JavaScript
  ASP Variables
ASP Variables
  ASP Arrays
ASP Arrays
  ASP If Statement
ASP If Statement
  ASP Procedures
ASP Procedures
  ASP Functions
ASP Functions
  ASP Sessions
ASP Sessions
  ASP Cookies
ASP Cookies
  ASP Application Object
ASP Application Object
  ASP Forms
ASP Forms
  ASP Comments
ASP Comments
  ASP Email
ASP Email
  ASP ADO
ASP ADO
  ASP File
ASP File
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download Average Case Analysis of Algorithms on Sequences Ebook Average Case Analysis of Algorithms on Sequences
   
Download Enhance Your Financial Intelligence Ebook Enhance Your Financial Intelligence
   
Download Programmed Lessons in Quick Basic  Ebook Programmed Lessons in Quick Basic
   
Download How To Start The Life Of Your Dreams Ebook How To Start The Life Of Your Dreams
   
Download Road Pricing  Ebook Road Pricing
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz