sara23apr
02-14-2007, 03:40 AM
Hello Friends
onClick of a button i need to open a new page.
i am using the following code to do it
Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
Dim url As String = "Payments.aspx"
Response.Write("<script language=javascript>window.open('" & url & "','new_Win');</script>")
End Sub
works beautifully...except that after the new page opens , textboxes in the calling page reduce their height by half!!! ....just dont know how to solve this
i am using css to define height, even giving inline height did not solve the challenge
Can anyone help???
regards
Sara
onClick of a button i need to open a new page.
i am using the following code to do it
Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
Dim url As String = "Payments.aspx"
Response.Write("<script language=javascript>window.open('" & url & "','new_Win');</script>")
End Sub
works beautifully...except that after the new page opens , textboxes in the calling page reduce their height by half!!! ....just dont know how to solve this
i am using css to define height, even giving inline height did not solve the challenge
Can anyone help???
regards
Sara