Hi there, I have a button and when I click on it I want to be directed to another page, but I want this page to open in a new window and be of a certain height and width, any ideas?
I need something like this
Response.Redirect("PC.aspx?ID=" & ddlPC2.SelectedValue & "&w=300&h=300")
but I need a new window and height and width - any ideas?
I need something like this
Response.Redirect("PC.aspx?ID=" & ddlPC2.SelectedValue & "&w=300&h=300")
but I need a new window and height and width - any ideas?