-
dividing a string
hi!
i have a page with checkbox that when a user click on a checkbox (he can click as many as he want) i am sending the id num to another page.
there i want to put every id num to a string in array
the string that i am sendig is like this/
"34,35,67,46,35.....n"
i want to upadte my database by this id, so i must have each id alone
i can i do it in js?\
i hope i am clear?
-
Javascript has a split function that should work nicely.
http://devedge.netscape.com/library/...g.html#1194452