contact  |  about  |  sitemap


contact  |  about  |  sitemap

HTML input select snippet from a CSV file
Last Post 04 Feb 2009 09:53 AM by Bart. 0 Replies.
Sort:
PrevPrev NextNext
Author Messages
Bart

--
04 Feb 2009 09:53 AM
This script will take a CSV file with countries and country code and create a HTML snippet with a form and the select tag.

The option values for the select tag will be taken from the CSV file.

Like:

<form>>
<SELECT NAME="Countries">
<OPTION VALUE="">Choose a Destination...
<OPTION VALUE="AFG">Afghanistan
<OPTION VALUE="ALB">Albania
<OPTION VALUE="DZA">Algeria
... and so on ...

Have fun.
Bart

Countries.zip



Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
Enter the code shown above:

Submit

Powered by Active Forums

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.

Forum participation and optional registration

You don't need to be registered to partcipate in the Djuggler forums, however if you want to subscribe to email notifications you need to register. You can also subscribe to the forum RSS feed.