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...
- Petrol Down to RM1.90
- Bursa Malaysia
- Petrol to be Reduced to RM2.45 per litre
- PageRank Revived
- Malaysia's Election Result to Dampen Investor's Confidence
- Martin Armstrong - It's Just Time
- VB6 Developer
- H1N1 Alert: Travel Advisory by Ministry of Health
View Comments
RSS feed for comments on this post. TrackBack URL
Sorry, the comment form is closed at this time.

Hey. there's one more you can add which is Wilayah Persekutuan Labuan !
Comment by PC — November 12, 2009 @ 11:15 am
Added ;-)
Comment by Yowchuan Lee — November 12, 2009 @ 5:59 pm