Saturday, November 15th, 2008
One of the more accurate ways of getting your visitor to enter a date is to supply separate drop down lists for the day, month, and year fields. That way you don’t run into issues with those from some countries entering their dates the wrong way around. Where the most likely date that they will [...]
Posted in Golden Oldie | Permalink | No Comments »
Thursday, July 31st, 2008
HTML doesn’t contain a single element combo box. To get the equivalent of a combo box in a web page you need to somehow combine a drop down list and an input field.
One way to do this is to provide an extra option in the drop down list that will make a separate input field [...]
Posted in Golden Oldie | Permalink | No Comments »
Wednesday, March 19th, 2008
One of the biggest dropdown lists that you are ever likely to want to install into your web page is one to allow your visitors to select the country that they are from. To save you the trouble of setting up your own select with over 200 options I set up this JavaScript generator that [...]
Posted in Golden Oldie | Permalink | No Comments »