Language Reference blink Method

                  


Description

Places the HTML <BLINK> tag around the text in the object.

Syntax

strVariable.blink( )
"String Literal".blink( )

Remarks

Below is an example of the effects of the blink method:

var strVariable = "This is a string object"
strVariable.blink()

The value of strVariable after the last statement above is: <BLINK>This is a string object</BLINK>

No checking is done to see if the tag already exists in the object.