JScript Method-FontColor method

Source: Internet
Author: User
Js|jscript places an HTML <FONT> tag with a COLOR attribute on both ends of the text in a String object.

Strvariable.fontcolor (Colorval)

Parameters
Strvariable

Required option. Any String object or literal.

Colorval

Required option. Is the string value that contains the color value. Can be a hexadecimal value for a color, or a predefined color name.

Description
The following example illustrates the FontColor method:

var strvariable = "This is a string";
strvariable = Strvariable.fontcolor ("Red");
After the last statement is executed, the value of the strvariable is:

<font color= "RED" >this is a string</font>
Valid predefined color names depend on the JScript host (browser, server, and so on). They may also vary depending on the host version. For more information, please
Consult the instructions of the host.

Does not check whether the tag has been applied to the string.

Requirements
Version 1



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.