katalyst
10-20-2007, 10:49 PM
hey guys, need to see if someone can come up with a faster way to do things than the way ive done...
what i have is a simple drop down box which i need to get populated with store corporate numbers 001-599. what i need is for a text area to display a store name and 4 links for each selection of the drop down box...
what ive had to do is put about 600 option tags and for the store's info and links, ive had to put them in an array using javascript... this is sooo tedious and time consuming. .theres gotta be a better way to do this
so for example: in the drop down box, "001" would be selected and that would display in a <div> directly under it the text "Store 1: LINK1 LINK2"
how can i more quickly populate this drop down box? and also, how can i display that data for each corporate number easier?
right now, i have no serverside languages available to me... is it possible to read it from an excel spreadsheet local? or from a text file?
thanks for the help!
what i have is a simple drop down box which i need to get populated with store corporate numbers 001-599. what i need is for a text area to display a store name and 4 links for each selection of the drop down box...
what ive had to do is put about 600 option tags and for the store's info and links, ive had to put them in an array using javascript... this is sooo tedious and time consuming. .theres gotta be a better way to do this
so for example: in the drop down box, "001" would be selected and that would display in a <div> directly under it the text "Store 1: LINK1 LINK2"
how can i more quickly populate this drop down box? and also, how can i display that data for each corporate number easier?
right now, i have no serverside languages available to me... is it possible to read it from an excel spreadsheet local? or from a text file?
thanks for the help!