Microsoft® JScript fontsize Method |
Language Reference Version 1 |
Places an HTML <FONT> tag with the SIZE attribute around the text in a String object.
strVariable.fontsize(intSize)
"String Literal".fontsize(intSize)The intSize argument is an integer value that determines the size of the text.
The following example demonstrates the fontsize method:
var strVariable = "This is a string object" strVariable.fontsize(-1)The value of strVariable after the last statement is <FONT SIZE="-1">This is a string object</FONT>.
Valid integer values depend on your Microsoft JScript host. See your host documentation for more information.
No checking is done to see if the tag already exists.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js803.htm, 2KB, , updated: 1997/9/30 03:45, local time: 2024/11/1 05:21,
3.149.237.89:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/jscript/js803.htm"> fontsize Method</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.