Javascript help needed please

Soldato
Joined
11 Feb 2004
Posts
4,532
Location
Surrey, UK
I have some semicolon seperated values stored in a SQL database field as follows:
AA99;BB99;CC99;DD99

I want these values to show as selectable individual options in a drop down list in a web page. So they appear as:
AA99
BB99
CC99
DD99

Is this possible? I've tried Googling for the JScript but no search criteria seems to find a match which meets the above.

The value seperator can be changed it needed.
 
Back
Top Bottom