|
mylu -> ***solved***Session variable not available when page 1st displayed (3/8/2007 15:47:19)
|
I'm using the post / action method to display data on a second page. <form method="POST" action="rpts/rptopencalls.asp"> <input type="submit" value="Open SO's" name="B1"><input type="hidden" name="<%response.write "accountid" %>" size="20" value="<%=Session(appName&"x_spare")%>"> </form> This code works fine but only after you you hit the page rptopencalls.asp the first time. The first time you submit the data the DRW returns no records as if the session is not loaded. If you click on the back button then submit again all is well and all the submit buttons work and pull data from the different reports. Any idea? Thanks
|
|
|
|