Auto complete Text Box

download this file actb  and convert its extension from actb.doc to actb.zip.

some javascript stuff

Courtesy to Muhammad Adnan for providing us this Stuff
http://interviewquestion.wordpress.com/2007/06/01/some-javascript-stuff/
 

What’s relationship between JavaScript and ECMAScript? – ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3.
What are JavaScript types? – Number, String, Boolean, Function, Object, Null, Undefined.
How do you convert numbers between [...]