|
|
JavaScript blink() Method
JavaScript String Object
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
Example
Display a blinking text:
<script type="text/javascript">
var str="Hello world!";
document.write(str.blink());
</script>
|
Try it yourself »
|
JavaScript String Object
The Creators of XMLSpy are Pleased to Announce
|
|
|