string.blink()
|
|
The blink() method converts the string to an instance of the |
<html> <script language="JavaScript"> <!-- var myString = new String("Hello, World!");
document.write(myString.blink());
-->
</script> </html>
|
|
|
HTML code for linking to this page:
|