How do I use Target=_blank on a response.redirect?

后端 未结 12 1925
梦谈多话
梦谈多话 2020-12-10 16:12

I do not necessarily have to use response.redirect, but that is what I had. I would like to open the selected link in a new window. How do I do that?

context         


        
12条回答
  •  失恋的感觉
    2020-12-10 16:50

    I added to @DaveWalker response:

    Response.Write("")
    

    This will create a popup instead of opening a new tab.

提交回复
热议问题