|
Microsoft® JScript italics Method |
Language Reference Version 1 |
Places HTML <I> tags around text in a String object.
strVariable.italics( )
"String Literal".italics( )
The example that follows demonstrates how the italics method works:var strVariable = "This is a string object" strVariable.italics( )The value of strVariable after the last statement is <I>This is a string object</I>.
No checking is done to see if the tag already exists.
© 1997 by Microsoft Corporation. All rights reserved.
| file: /techref/inet/iis/jscript/htm/js812.htm, 2KB, , updated: 1997/9/30 04:45, local time: 2010/3/16 17:18,
38.107.191.113:LOG IN
|
| ©2010 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? Please DO link to this page! Digg it! <A HREF="http://piclist.com/techref/inet/iis/jscript/htm/js812.htm"> italics Method</A> |
| Did you find what you needed? |
|
Enter the PICList design contest to win a free PCB from olimex.com! |
Robotics nuts!Check out http://www.verinet.com/~dlc/ email: dlc@verinet.com... This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow! |
.