Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

losing session variables

Status
Not open for further replies.

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 ?
 
What code exactly are you using in the script to open the new window?

Mark [openup]
 
<script language="vbscript">
Sub btnexcel_onclick
window.open("page2.aspx")
End Sub
</script>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top