S
sunshinevaldes
What am I doing wrong?
btnSubmit.Attributes.Add("onClick",
"javascript:window.open('Report.aspx?Name=' +
Session('Name'),'Report','width=800,height=600,resizable=yes,scrollbars=yes,left=0,top=0')")
All I want to do is open a new window and pass Session("Name").
Thanks for all your help...
Sunshine
btnSubmit.Attributes.Add("onClick",
"javascript:window.open('Report.aspx?Name=' +
Session('Name'),'Report','width=800,height=600,resizable=yes,scrollbars=yes,left=0,top=0')")
All I want to do is open a new window and pass Session("Name").
Thanks for all your help...
Sunshine