Pages

Javascript String - strike() Method

Description:

This method causes a string to be displayed as struck-out text, as if it were in a <strike> tag.

Syntax:

string.strike( )
Here is the detail of parameters:
  • NA

Return Value:

  • Returns the string with <strike> tag.

Example:

<html>
<head>
<title>JavaScript String strike() Method</title>
</head>
<body>
<script type="text/javascript">

var str = new String("Hello world");
alert(str.strike());

</script>
</body>
</html>
This will produce following result:
<strike>Hello world</strike>
 
+JavaScript +JavaScript Frameworks Links +Javascript Development 
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn 
+Javascript Problems +JavaScriptOn 
 +javaScript is a creek in West Virginia in the summe  
 
 

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor