JavaScript Tutorial/String/fixed
Версия от 18:52, 25 мая 2010; (обсуждение)
String.fixed()
The fixed() method converts the string to an instance of the tag.
<html>
<script language="JavaScript">
<!--
var myString = new String("Hello, World!");
document.write(myString.fixed());
document.close();
-->
</script>
</html>