Quantcast
"The government's view of the economy could be summed up in a few short phrases: If it moves, tax it. If it keeps moving, regulate it. And if it stops moving, subsidize it."
Ronald Reagan

Meshio.com

a Malaysia personal finance blog

Forum Bookstore Articles Services Email Me Disclaimer






Drop Down Menu for Malaysian States

Was searching for a drop down menu for Malaysian states, and I was unable to find anything useful. Hence I came up with this list for your coding projects, nothing brilliant, but just thought that it might help ;-)

<select name=”State” size=”1″>
    <option value=”Johor”>Johor</option>
    <option value=”Kedah”>Kedah</option>
    <option value=”Kelantan”>Kelantan</option>
    <option value=”Kuala Lumpur”>Kuala Lumpur</option>
    <option value=”Melaka”>Melaka</option>
    <option value=”Negeri Sembilan”>Negeri Sembilan</option>
    <option value=”Pahang”>Pahang</option>
    <option value=”Perak”>Perak</option>
    <option value=”Perlis”>Perlis</option>
    <option value=”Pulau Pinang”>Pulau Pinang</option>
    <option value=”Sabah”>Sabah</option>
    <option value=”Sarawak”>Sarawak</option>
    <option value=”Selangor”>Selangor</option>
    <option value=”Terengganu”>Terengganu</option>
</select>
    <option value=”Wilayah Persekutuan – Labuan”>Wilayah Persekutuan – Labuan</option>

And here’s the code in action:






You might want to read these too... Comments
  • PC
    Hey. there's one more you can add which is Wilayah Persekutuan Labuan !
  • Added ;-)
blog comments powered by Disqus