Good morning!
I need to create an URL that contains a variable with many values (array) and also need a JavaScript code that can read those values and store in memory. Example:
http://(…).html?variable=value1|value2|value3
Can someone help me?
Thanks!
How about some thing like this:
url could be: .html?variable=value1,value2,value3