This post is very similar to the "passing javascript variable to a different page" post of yesterday, except instead of a variable it is an html table.
I have one page that builds an html table, and I want a different page to run thru the table and process the rows.
It sounds like this is something that can't be done (according to the responses of the previous post) -- is that right?. Do I need to do all of my processing on the same page? If now, how can I reference the table without passing tons of variables? How do most developers do something like this?
Sorry for my ignorance -- extreme newbie here..
vinzen
I have one page that builds an html table, and I want a different page to run thru the table and process the rows.
It sounds like this is something that can't be done (according to the responses of the previous post) -- is that right?. Do I need to do all of my processing on the same page? If now, how can I reference the table without passing tons of variables? How do most developers do something like this?
Sorry for my ignorance -- extreme newbie here..
vinzen