J
Jachu
Hi, when i want to open in a new windows a url, use this code.
Private Sub btnF_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnF.Click
Response.Write("<script>")
Response.Write("window.open('http://www.hotmail.com','_blank')")
Response.Write("</script>")
End Sub
I don't want that the new windows popup blocker, stop this process. Any
idea?
Private Sub btnF_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnF.Click
Response.Write("<script>")
Response.Write("window.open('http://www.hotmail.com','_blank')")
Response.Write("</script>")
End Sub
I don't want that the new windows popup blocker, stop this process. Any
idea?