Aug 25, 2004 #1 logi2000 Programmer Jun 17, 2003 221 CR why if i use vbscript or javascript to open a new window, i dont have acces to the data stored in my session variables ? is there any way to fix that ?
why if i use vbscript or javascript to open a new window, i dont have acces to the data stored in my session variables ? is there any way to fix that ?
Aug 25, 2004 #2 Custom24 Programmer Nov 27, 2001 591 GB What code exactly are you using in the script to open the new window? Mark Upvote 0 Downvote
Aug 25, 2004 Thread starter #3 logi2000 Programmer Jun 17, 2003 221 CR <script language="vbscript"> Sub btnexcel_onclick window.open("page2.aspx") End Sub </script> Upvote 0 Downvote