Javascript Interview Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
write a function to Get Lastindex of character and remove that character
Where to add Javscript Function and how
How to apply math function in javascript
How to open new window in full size on the browser with help of javascript
How to disable right click option
Syntax related to Popup Box in Javscript
Home
>>
Web Interview Questions
>>
Javascript Interview Questions
How to get A ASCII Value of Any character
Posted on June 3rd , 2009 by Admin
alert(Asc("a"));
alert(Asc("B"));
Site Search