Hello,

I have a variable called "var1" which I defined in javascript in a page called "pageOne". I have a submit button on "pageOne" which posts the form with action "pageTwo"

eg.. <form name="pageOne" id="pageOne" method="POST" action="pageTwo">

How can I access this variable from "pageOne" in "pageTwo",

Thanks,
T