Как я могу сделать для target=_blank на response.redirect?
Dim url = "PR.aspx?PRID=" & PRID & "&PRNo=" & PRNo & "&PRIssues=" & PRIssues & "&ReqDueDate=" & ReqDueDate & "&Requestor=" & Requestor & "&Dept=" & Dept & _ "&Company=" & Company & "&ProjectName=" & ProjectName & "&ProjectCode=" & ProjectCode & "&Justification=" & Justification & " &ModelName=" & ModelName & "&Location=" & Location & "&ItemType=" & ItemType & "&ItemType2=" & ItemType2 & "&ReqItemType=" & ReqItemType & "&ReqItemType2=" & ReqItemType2 & "&ExtNo = " & ExtNo & "&userid=" & Session("userid") & "&branchid=" & Session("branchid") Response.Redirect(<script>window.open(url,'_blank');</script>")
Что я уже пробовал:
в результате получается
The page cannot be found