也就是说,在 ASP.NET 页面的代码隐藏中,我试图调用 ASP 经典页面。我正在尝试这种方式:
...
Dim full As String
full = "<script type=""text/javascript"">window.open(""/FSP_LOCAL_31900_8/script/solicitudesoferta/confirmoferta2.asp"",""fraCOConfirmacion"");<" & "/script>"
Response.Write(full)
...
但看起来这不起作用。任何想法都会有很大帮助。