hi,
this work but not fine the pop up blocker block alltime this action
how i do to open normaly a news windows ?
Thanks.
I have a radcombobox and a button
i want to when clik the button a news windows open with doc pdf
I write this code :
| Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click |
| Dim varpdf As String = "../up_fic/" & RadComboBox1.SelectedValue |
| If varpdf <> "" Then |
| Response.Write("<script>window.open('" + varpdf + "');</script>") |
| End If |
| End Sub |
how i do to open normaly a news windows ?
Thanks.