Hi
Dim CustomID As String = TB_ID.Text
Dim variable1 As String = TB_SearchBenef.Text
Dim str1 As String = "<script
language=""javascript"">windowname=window.open(""Customer_history.aspx?CustomID1="
& CustomID & "&Flag_aux=" & Flag1 & "&Variable1=" & variable1 &
""",""_new"",""height=500,width=" & Ancho &
",top=50,left=100,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no"");</script>"
Page.ClientScript.RegisterStartupScript(Me.GetType(), "History_script",
str1)
Thanks
Eliyahu Goldin said:
How do you open it and do you pass the values to it?
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
Hello all
I open a PopUp that receives two variables (values). This PopUp must
return a value as well.
How can I retrieve this value?
Thanks a lot.