S
sck10
Hello,
I am trying to redirect to a new URL using a query string and target. I can
not figure out how the syntax should be for setting the target. Any help
with this would be appreciated.
--
Thanks in advance,
sck10
Public strQuote As String = """"
Dim strTarget As String = "target=" & strQuote & "_blank" & strQuote
Response.Redirect("srcfinance.aspx?qv01=14&print=printme" & strTarget)
I am trying to redirect to a new URL using a query string and target. I can
not figure out how the syntax should be for setting the target. Any help
with this would be appreciated.
--
Thanks in advance,
sck10
Public strQuote As String = """"
Dim strTarget As String = "target=" & strQuote & "_blank" & strQuote
Response.Redirect("srcfinance.aspx?qv01=14&print=printme" & strTarget)