Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

Search: 

  Tutorial: ASP Introduction to ASP Getting Your Hands Dirty with VBScript Tutorial

An introductory look at using VBScript in ASP pages.

Tutorial Details:

Asp Tutorial

Getting Your Hands Dirty with VBScript by: Amrit Hallan
I know some people don't like VBScript for being Microsoft-Centric, but it's very easy to get familiar with, and once you know how to create your ASP pages in VBScript, you can move on to any programming language of your choice.
First thing first: HTML tags and ASP scripts don't socialize well, and although it is not a politically correct agenda, you have to segregate them. Whenever you are writing the VBScript code for ASP, enclose the code within <% %>.
So if you want to initialize a VBScript variable, do it like this:
<%
Dim name
name = "Tutan Khamen"
%>
For instance, if you want to use the variable "name" in your HTML (ASP, actually) page, all you have to do is:
<%@Language=VBScript%>
<% Option Explicit %>


Testing a VBSCript
<% Dim name name = "Tutan Khamen"
%>

<%=name%>! An ancient Egyptian mummy!







 

Read Tutorial at: Click here to view the tutorial

Rate Tutorial:
ASP Introduction to ASP Getting Your Hands Dirty with VBScript Tutorial

View Tutorial:
ASP Introduction to ASP Getting Your Hands Dirty with VBScript Tutorial

Related Tutorials:

Displaying 1 - 50 of about 3414 Related Tutorials.

VB and ASP programmers
VB and ASP programmers VB and ASP programmers...;  Position Vacant: VB and ASP programmers  Job Description  Visual basic programmer with ASP knowledge to develop
 
J2EE Tutorial - Introduction
J2EE Tutorial - Introduction J2EE Tutorial - Introduction         ... want to know whether J2EE is Java atall or something else. This tutorial
 
Installing and Getting Hands on Maven
Apache Maven plugins Installing and Getting Hands... maven.apache.org, unzip the archive into your local directory. Set the JAVA_HOME... maventest 3. Create your first project. In order to create the simplest
 
AN INTRODUCTION TO JSTL
of this tutorial on JSTL, the author gives a brief introduction to JSTL and shows why and how... AN INTRODUCTION TO JSTL AN   INTRODUCTION ... tutorial on JSTL, the author  introduces the concept of tag-based programming
 
Introduction To Enterprise Java Bean(EJB). WebLogic 6.0 Tutorial.
EJB Tutorial - Introduction To Enterprise Java Bean(EJB) with WebLogic server... Beans) (Online WebLogic 6.0 Tutorial)    ...     Introduction
 
Maven2 Tutorial
organizations. This tutorial provides you introduction to Maven 2, shifting.... Installing and Getting Hands on Maven Now that we have sufficient... Maven2 Tutorial Maven2 Tutorial
 
Maven2 Tutorial
organizations. This tutorial provides you introduction to Maven 2, shifting.... Installing and Getting Hands on Maven Now that we have sufficient... Maven2 Tutorial Maven2 Tutorial
 
JSF Introduction - An Introduction to JSF Technology
JSF Introduction,JSF Introduction,JSF Introduction Tutorial,Java Server Faces Introduction,Introduction to Java Server Faces JSF Introduction - An Introduction to JSF Technology
 
Quartz Tutorial
Quartz Tutorial, Quartz Scheduler, Quartz Job Scheduler Quartz Tutorial        ...;      In this Quartz Tutorial you will how
 
Quartz Tutorial
Quartz Tutorial, Quartz Scheduler, Quartz Job Scheduler Quartz Tutorial        ...;      In this Quartz Tutorial you will how
 
Introduction to Server Side Programming
Server Side Introduction,Server Side Programming Intro,Introduction to Server Side Applications Introduction to Server Side... the program on a client machine (e.g. Your PC). No doubt, this is the easiest
 
Java Complete Hibernate 3.0 Tutorial Tutorial
. Download Source Code Example of tutorial Introduction to Hibernate 3.0... have hands on experience before starting this tutorial... Hibernate Tutorial,Hibernate 3 Tutorials,Java Hibernate Example,Hibernate
 
The Complete Spring Tutorial
tutorial to install Spring Framework on your development environment... Spring Tutorial,Java Spring Tutorials,Spring 2.5 Beginners Tutorial The Complete Spring Tutorial In this tutorial I
 
MySQL Tutorial - SQL Tutorials
MySQL Tutorial,Free MySQL Tutorials,MySQL Programming Tutorials,Online MySQL Help for Beginners MySQL Tutorial - SQL Tutorials...;  Complete MySQL 5 Tutorial In this section you
 
Hibernate Annotations
Annotation Tutorial This tutorial covers only the Annotations part. The reader must have hands on experience before starting this tutorialIntroduction:- Hibernate needs a metadata to govern the transformation of data from
 
Hibernate Annotations
Annotation Tutorial This tutorial covers only the Annotations part. The reader must have hands on experience before starting this tutorialIntroduction:- Hibernate needs a metadata to govern the transformation of data from
 
Getting Started with Java
Getting Started with Java Getting Started...;   This tutorial will introduce you... this tutorials very helpful in getting started with Java programming. About Java
 
Complete Hibernate 3.0 Tutorial
. Download Source Code Example of tutorial Introduction to Hibernate 3.0... have hands on experience before starting this tutorial... Hibernate Tutorial,Hibernate 3 Tutorials,Java Hibernate Example,Hibernate
 
Introduction to Dojo
Introduction to Dojo, Dojo Introductionm, Dojo toolkit Introduction to Dojo        ...;     In this first section of Dojo tutorial
 
Dojo Tutorial
. This advanced Dojo tutorial covers: Introduction to DOJO... DOJO Tutorial Dojo Tutorial  ...; In this tutorial, you will learn everything about the dojo. After completing the tutorial
 
Writing your First WAP Application.
Getting Started To write a WML page you can use your...Writing your First WAP Application. function validateForm...; } Tutorial
 
Introduction to XML Schema
XML Schema,XML Schema Tutorial,Introduction to XML Schema,Online XML Schema Tutorials Introduction to XML Schema...; In this tutorial you will learn how to read and create XML Schemas, why XML
 
JSF Tutorial for Beginners
with JSF and getting the best of both worlds. ( As this tutorial presumes... thrust of this tutorial is getting acquainted with JSF and so... JSF TUTORIAL - INTRODUCING   JAVA  SERVER  FACES
 
Introduction to the JSP Java Server Pages
JSP Tutorial - Java Server Pages Tutorials JSP... with working source code. Introduction to JSP Java Server Pages... by the engine to serve the requests.     Introduction
 
How to Protect Your Computer from Spyware and Adware
; In this tutorial I will show you how you can protect your Computer from Spyware... prevent the unwanted pop-ups and the chances of getting spyware installed on your... How to Protect Your Computer from Spyware and Adware
 
Java Java DOM Tutorial Tutorial
XML,XML Tutorials,XML Examples,XML Example,Java DOM Tutorial Java DOM Tutorial        ...;      This tutorial is complete guide to DOM
 
Beginners Java Tutorial
java Beginner,java Beginners,Beginning java,Beginners Java Tutorial,Java for beginners Beginners Java Tutorial...; This tutorial will introduce you with the Java Programming
 
PHP Getting Started With PHP Tutorial
PHP Getting Started, Starting PHP, Start programming in PHP PHP Getting Started       ... with this quick and simple tutorial. Designed for the very beginners. What is PHP
 
How to Protect Your Computer from Spyware and Adware
; In this tutorial I will show you how you can protect your Computer from Spyware... prevent the unwanted pop-ups and the chances of getting spyware installed on your... How to Protect Your Computer from Spyware and Adware
 
Learn Java Quickly, Quick Java Tutorial
the function of JVM How to write your First Java program Ok, now you know...), then its time to write your first Java program. Create a source code program...; System.out.println("Hey! you are going to compile and run your first Java
 
Introduction to MySQL
Introduction to MySQL Introduction to MySQL... popular open source SQL database management system. Our MySQL tutorial is available at free of cost and 365x24 days for your help and you will get all
 
SQL-introduction
SQL Tutorial SQL-introduction               ... Manipulation Language : It is used to getting, insert, delete and update data
 
PHP Displaying the date and time in your timezone Tutorial

 
Welcome to the Apache Struts Tutorial
completing this tutorial you will be able to create your own custom... Introduction to Struts 2 framework. Struts Hibernate Integration Tutorial NEW.... After completing this tutorial you will be able to use Hibernate in your
 
Objective C Tutorial
Objective C Tutorial,Objective C Tutorials Objective C Tutorial        ...;      In this Objective C Tutorial we
 
Beginners Java Tutorial
java Beginner,java Beginners,Beginning java,Beginners Java Tutorial,Java for beginners Beginners Java Tutorial...; This tutorial will introduce you with the Java Programming
 
OOP Tutorial [first draft]
Java: OOP Tutorial Java: OOP Tutorial [first draft] Table of contents Introduction... implementation of Comparable. 1. Introduction Object-Oriented
 
Rationale for GUI tutorial decisions
interested interested in getting your program running, stop reading now. What... Java: Rationale for GUI tutorial decisions Table of Contents Rationale for GUI tutorial decisions Java
 
Introduction to XSLT
Introduction to XSLT Introduction to XSLT... it and add these files to your CLASSPATH. These files include the .jar file... input and output objects from an I/O stream. In this tutorial, we
 
Ruby on Rails-Introduction
Ruby on Rails-Introduction Ruby on Rails-Introduction         ...;    This Tutorial is basically designed to provide you
 
Improve Your Assertiveness at Work
Improve Your Assertiveness at Work Improve Your...;      Introduction Many people believe... as anyone else. Affirm these thoughts in your mind. Do you have a tendency
 
SQL Introduction
SQL Introduction SQL Introduction...; Quick Introduction to SQL: SQL is Structure Query Language. This Query.... The next Tutorial shows you more example on each statements of SQL
 
Java Arrays Tutorial
Java Array,Java Arrays Tutorial,Java Array Example,Java Arrays Program Code Java Arrays Tutorial    ... your logic and makes you more keen to go for next. Every example has been
 
VoIP Tutorial
VoIP Toturial VoIP Tutorial   ...;           Introduction...;          VoIP Technical Tutorial
 
Beginners Stuts tutorial.
Architects in Enterprise level, favour the Struts Framework .In this  tutorial...; Sound knowledge of Struts Framework with hands-on experience... of Struts Tutorial ,  Ted Husted, had to admit that the Struts naming
 
Java Building a Simple Web Service ? A Tutorial Tutorial
;    Introduction In this tutorial we will create a simple web... Building a Simple Web Service ? A Tutorial Building a Simple Web Service ? A Tutorial
 
GUI Tutorial I - FIRST DRAFT
Vanilla Java: GUI Tutorial First Draft Table of Contents GUI Tutorial I - FIRST DRAFT Table of contents Introduction Tiny Window - The smallest window you can build. Tiny Window
 
Struts 2 Tutorial
Programming Tutorials Struts 2 Tutorial  ... Struts 2 Tutorial and Online free training helps you learn new elegant Struts 2... your own.     Struts 2 History Apache Struts
 
Introduction to JSP
anywhere." JSP pages are platform independent. Your port your .jsp pages
 
VoIP Getting Started
VoIP Getting Started VoIP Getting Started...;  VoIP Getting started with SIP Voice-over-IP (VoIP...;  VoIP- Getting Started To get started you need VoIP Hardware
 
Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.