JavaScript: World Country List

Filed in: Web Development — April 6th, 2004

advertisement

Use: Javascript code to write a list of countries in the world. Useful for registeration form.

  1. Download countries.js and put it into your website directory.
  2. Example of usage:
    <select name="country">
    <script language="JavaScript" src="countries.js"></script>
    </select>

Demo:

Country list source: http://www.WorldAtlas.com

Bookmark and Share

Read also:

blog comments powered by Disqus