Mega Code Archive

 
Categories / JavaScript DHTML / Data Type
 

String from Char Code

<html> <body> <button onclick="alert(String.fromCharCode(79,80));">String: from Char Code</button> </body> </html>