Try the String.fromCharCode() function.
alert(String.fromCharCode(97));
As you can see, you'll have to strip out the ampersand and pound sign.
Best regards...
|
2 | added link to method documentation | ||
|
Try the String.fromCharCode() function.
As you can see, you'll have to strip out the ampersand and pound sign. Best regards... |
||||
|
1 |
|
||
|
Try the String.fromCharCode() function.
As you can see, you'll have to strip out the ampersand and pound sign. Best regards... |
||||