KiReSt
07-21-2006, 06:57 PM
Hello, been looking for some hours now after how i can make a field scrollable, haven't found anything yet :(
If the info is necessary; inside the field I want to create a list from a database via asp, the list will include in each line:
Name, add button, and a quantity
(btw if you also know how to add those with a loop that would be great as well, if not, I guess I’ll Google more ;) so far I was thinking about using two split(), one for splitting with the first delimiter and a second for the second delimiter.. the variable from the asp will be looking like: "nameA:5;nameB:1;.." if you get the idea)
If the info is necessary; inside the field I want to create a list from a database via asp, the list will include in each line:
Name, add button, and a quantity
(btw if you also know how to add those with a loop that would be great as well, if not, I guess I’ll Google more ;) so far I was thinking about using two split(), one for splitting with the first delimiter and a second for the second delimiter.. the variable from the asp will be looking like: "nameA:5;nameB:1;.." if you get the idea)