I am using the code below to open a page in a new window on a link button click. The problem is that the window I want opens in a new window but the other window from the previous page opens back up again in front of the new window. Here is the code:
Dim strurl As String = "printadvdirectorysearchziphosp.aspx"
Dim strCommand Go to the complete details ...