Share via


Metodo blink

Restituisce una stringa in cui il testo di un oggetto String è racchiuso tra i tag HTML <BLINK>.

function blink() : String

Note

Non viene verificato se il tag è già stato applicato alla stringa.

Il tag <BLINK> non è supportato in Microsoft Internet Explorer.

Esempio

Nell'esempio seguente viene illustrato l'utilizzo del metodo blink.

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

Il valore di strVariable dopo l'ultima istruzione è:

<BLINK>This is a string object</BLINK>

Requisiti

Versione 1

Si applica a:

Oggetto String

Vedere anche

Altre risorse

Metodi