String.Anchor Example – JavaScript Syntax – JS String.Anchor Example
String.Anchor Example – JavaScript Syntax – JS String.Anchor Example Purpose: – Illustrates the JavaScript syntax for the String Anchor . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.anchor(name) – name is required – it is the name of the anchor. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and... [Read More...]
String.Prototype Example – JavaScript Syntax – JS String.Prototype Example
String.Prototype Example – JavaScript Syntax – JS String.Prototype Example Purpose: – Illustrates the JavaScript syntax for the String Prototype . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: object.prototype.name=value – Prototype allows you to add properties and methods to an object Restrictions: None Notes: You can build your own library of syntax examples by using... [Read More...]
String.Length Example – JavaScript Syntax – JS String.Length Example
String.Length Example – JavaScript Syntax – JS String.Length Example Purpose: – Illustrates the JavaScript syntax for the String Length . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.length; – Returns the length of the string. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over and just add new files... [Read More...]
String.Constructor Example – JavaScript Syntax – JS String.Constructor Example
String.Constructor Example – JavaScript Syntax – JS String.Constructor Example Purpose: – Illustrates the JavaScript syntax for the String Constructor . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.constructor; – Returns the function that created the String object’s prototype Restrictions: None Notes: You can build your own library of syntax examples... [Read More...]
String Example – Data Type – JavaScript Syntax – JS String Example
String Example – Data Type – JavaScript Syntax – JS String Example Purpose: – Illustrates the JavaScript syntax for the String Object . JavaScript String Examples String Object Properties constructor Returns the function that created the String object’s prototype length Returns the length of a string prototype Allows you to add properties and methods to an object String HTML Wrapper Methods anchor() Creates... [Read More...]
Number Example – Data Type – JavaScript Syntax – JS Number Example
String Example – Data Type – JavaScript Syntax – JS String Example Purpose: – Illustrates the JavaScript syntax for the Number Object . Prerequistes: Install Visual Web Developer 2008 Syntax: var num=new Number(123.5); num.property or num.method(); – Demonstrates how to use properties and methods of Number object. Restrictions: None Notes: You can build your own library of syntax examples by using same web site... [Read More...]
Date Example – Data Type – JavaScript Syntax – JS Date Example
Date Example – Data Type – JavaScript Syntax – JS Date Example Purpose: – Illustrates the JavaScript syntax for the Date example. Prerequistes: Install Visual Web Developer 2008 Syntax: var myCurrentDate = new Date(); – Demonstrates creating a Date object and various ways to instantiate, manipulate, and retrieve. Restrictions: None Notes: You can build your own library of syntax examples by using same web site... [Read More...]
Boolean Example – Data Type – JavaScript Syntax – JS Boolean Example
Boolean Example – Data Type – JavaScript Syntax – JS Boolean Example Purpose: – Illustrates the JavaScript syntax for the Boolean example. Prerequistes: Install Visual Web Developer 2008 Syntax: var myBool = new Boolean(); – Demonstrates creating a Boolean object and various ways to make it true or false Restrictions: None Notes: You can build your own library of syntax examples by using same web site over... [Read More...]
Array Example – Data Type – JavaScript Syntax – JS Array Example
Array Example – Data Type – JavaScript Syntax – JS Array Example Purpose: – Illustrates the JavaScript syntax for the Array example. Prerequistes: Install Visual Web Developer 2008 Syntax: var arrayname[“item1″,”item2”,…] – Demonstrates creating various types of arrays. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over... [Read More...]
3D Example – Ajax Layer – JavaScript Syntax – JS 3D Example
3D Example – Ajax Layer – JavaScript Syntax – JS 3D Example Purpose: – Illustrates the JavaScript syntax for the 3D Ajax Layer example. Prerequistes: Install Visual Web Developer 2008 – We will use Visual Web Developer as the development environment. This will allow us to build a web site of JavaScript Syntax Examples. Function: 3D Demonstrates using Explorer Canvas to draw 3D cube on the page. Restrictions: None... [Read More...]
Vlink Attribute Example – HTML Syntax – HTML Vlink Example
Vlink Attribute Example – HTML Syntax – HTML Vlink Example Purpose: – Illustrates the HTML syntax for the vlink attribute. Read More →