I am using a link button to open a new page to display a map. I can get it to open in the same window when clicked, but I need it to open in a new window. ANy suggestions? My code looks like:
Response.Redirect(" & strMapID & " &Mapname=" & strMapName)
Response.Redirect(" & strMapID & " &Mapname=" & strMapName)