String.Sub Example: JavaScript Syntax – JS String.Sub Example
String.Sub Example: JavaScript Syntax – JS String.Sub Example Purpose: – Illustrates the JavaScript syntax for the String Sub . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.sub() – Wraps string in Sub tags – displays string in Subscript font Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over and... [Read More...]
String.Strike Example: JavaScript Syntax – JS String.Strike Example
String.Strike Example: JavaScript Syntax – JS String.Strike Example Purpose: – Illustrates the JavaScript syntax for the String Strike . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.strike() – Wraps string in Strike tags – displays string in Strike font Restrictions: None Notes: You can build your own library of syntax examples by using same web site over... [Read More...]
String.Small Example: JavaScript Syntax – JS String.Small Example
String.Small – JavaScript Syntax – Example Purpose: – Illustrates the JavaScript syntax for the String Small . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.small() – Wraps string in small tags – displays string in small font Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over and just add... [Read More...]
String.Link Example – JavaScript Syntax – JS String.Link Example
String.Link Example – JavaScript Syntax – JS String.Link Example Purpose: – Illustrates the JavaScript syntax for the String Link . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.link(url) – url is required – it is the url of the link. The method returns a string wrapped in anchor tags Restrictions: None Notes: You can build your own library of syntax... [Read More...]
String.Italics Example – JavaScript Syntax – JS String.Italics Example
String.Italics Example – JavaScript Syntax – JS String.Italics Example Purpose: – Illustrates the JavaScript syntax for the String Italics . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.italics() – Wraps string in Italics 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... [Read More...]
String.FontSize Example: JavaScript Syntax – JS String.FontSize Example
String.FontSize Example: JavaScript Syntax – JS String.FontSize Example Purpose: – Illustrates the JavaScript syntax for the String FontSize . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 Syntax: string.fontsize(size) – Wraps string in fontSize tags. Size can be 1-7. Restrictions: None Notes: You can build your own library of syntax examples by using same web site over and over... [Read More...]
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...]