Mega Code Archive

 
Categories / JavaScript DHTML / Data Type
 

Get super script (sup)

<html> <body> <button onclick="var myS = new String('www.rntsoft.com');                   document.write('regular string'+myS.sup());">String sup</button> </body> </html>