JavaScript Reference/Javascript Methods/sup — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"sup()" Example
<html>
<body>
<button onclick="var myS = new String("Sample String");
document.write("regular string"+myS.sup());">
sup me</button>
</body>
</html>
"sup()" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |String |
+----------------+--------------------------------------------------------------+
"sup()" Syntax Parameters and Note
Note:
Display a string as superscript text.
Syntax:
stringName.sup()