I have an HTML form that passes a variable to a included .js file and opens another page based on the selections made in the form. The same .js file is being used in the second page, as are many of the same functions, since the second page is another form and I have one more page that I need to access after that.
Is there anyway, short of using a cookie, to get the variables passed? I know that it can be a problem to get variables between pages, but I thought the included .js file may be a way around it.
Any other ideas are greatly appreciated.
Jim
Is there anyway, short of using a cookie, to get the variables passed? I know that it can be a problem to get variables between pages, but I thought the included .js file may be a way around it.
Any other ideas are greatly appreciated.
Jim