Character Sets List
Basic Character Sets List Extended Character Sets List Locale ID LCID List Reference List between HTTP_ACCEPT_LANGUAGE, Locale ID (LCID) and Language Character…
The easy way to know
Basic Character Sets List Extended Character Sets List Locale ID LCID List Reference List between HTTP_ACCEPT_LANGUAGE, Locale ID (LCID) and Language Character…
Hyper Text Markup Language (HTML) HTML 7-BIT ASCII Reference HTML 4.01 Entities Reference Character Sets List Frames targets. How to…
ASP performs several types of repetitive operations, called “looping”. Loops are set of instructions used to repeat the same block…
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in…
Declaring variables in ASP is simple, especially since all variables are of Variant type. What does this mean to you? You…
JavaScript What is JavaScript? What can JavaScript do? The first script Variables Arrays Functions Loops Conditional Statements Form Validation How to…
Sometimes it is necessary to set the focus to the first available form control. The problem is that complex web…
Normally when you have a form with several text input fields, it is undesirable that the form gets submitted when…
Any interactive web site has form input – a place where the users input different kind of information. This data…
Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your…