JavaScript: World Country List
Filed in: Web Development — April 6th, 2004
Use: Javascript code to write a list of countries in the world. Useful for registeration form.
- Download countries.js and put it into your website directory.
- Example of usage:
<select name="country">
<script language="JavaScript" src="countries.js"></script>
</select>
Demo:
Country list source: http://www.WorldAtlas.com


