String.FontColor Example – JavaScript Syntax – JS String.FontColor Example

String.FontColor Example – JavaScript Syntax – JS String.FontColor Example Purpose: – Illustrates the JavaScript syntax for the String FontColor . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.fontcolor(“color”) – Wraps string in fontcolor tags. The value can be a color name (e.g. green), an RGB value (e.g. rgb(0,255,0)), or a hex number (e.g. #00FF00).... [Read More...]

String.Fixed Example – JavaScript Syntax – JS String.Fixed Example

String.Fixed Example – JavaScript Syntax – JS String.Fixed Example Purpose: – Illustrates the JavaScript syntax for the String Fixed . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.fixed() – Wraps string in tags so that string displays in fixed font. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and... [Read More...]

String.Bold Example – JavaScript Syntax – JS String.Bold Example

String.Bold Example – JavaScript Syntax – JS String.Bold Example Purpose: – Illustrates the JavaScript syntax for the String Bold . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.bold() – wraps string in Bold tags. 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 to it. Instructions:... [Read More...]

String.Blink Example – JavaScript Syntax – JS String.Blink Example

String.Blink Example – JavaScript Syntax – JS String.Blink Example Purpose: – Illustrates the JavaScript syntax for the String Blink . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.blink() – wraps string in blink tags. 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 to it. Instructions:... [Read More...]

String.Big Example – JavaScript Syntax – JS String.Big Example

String.Big Example – JavaScript Syntax – JS String.Big Example Purpose: – Illustrates the JavaScript syntax for the String Big . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.big() – string displays in big font. 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 to it. Instructions:... [Read More...]

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...]

Next Page »