Hi,
I have an .asp page with a long list of ids, that have <a href > tags where I'm passing variables to the next .asp page using the GET method (thru the url). On the next page I get the id and populate the form with data using that id. Now I want to pass an array with all the ids, so I can scroll from one to the next (on that second page).
Is there any way to pass an array with a list of IDs thru the QueryString (URL)?
Thanks,
Ray
I have an .asp page with a long list of ids, that have <a href > tags where I'm passing variables to the next .asp page using the GET method (thru the url). On the next page I get the id and populate the form with data using that id. Now I want to pass an array with all the ids, so I can scroll from one to the next (on that second page).
Is there any way to pass an array with a list of IDs thru the QueryString (URL)?
Thanks,
Ray