i am trying to find a way of adding a variable so that i have alist of numbers so i can send this list in the url of a link
eg
the values for the variable need to be added to and set from page to page on the click of a button
not sure if asp or javascript would work, i have been playng with arrays but just cant get them to do what i want
has anyone got any ideas
it needs to be like a shopping cart but without the checkout part, so i just have the basket to contain details that relate to each number in the variable
eg
Code:
<a href= "url?variable=123,234,345,456">
not sure if asp or javascript would work, i have been playng with arrays but just cant get them to do what i want
has anyone got any ideas
it needs to be like a shopping cart but without the checkout part, so i just have the basket to contain details that relate to each number in the variable
Comment