JavaScript blink() Method
Complete String Object Reference
Definition and Usage
The blink() method is used to display a blinking string.
Syntax
Tips and Notes
Note: This method does not work
in Internet Explorer.
Example
In this example "Hello world!" will be displayed as blinking text:
<script type="text/javascript">
var str="Hello world!";
document.write(str.blink());
</script>
|
Try-It-Yourself Demos
blink()
How to use blink() to display blinking text.
Complete String Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|