本文介绍了如何在新标签页中打开此链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Response.Redirect("005-PrintDeliveryNoteForm.aspx?Name=" + this.txtId.Text + "&LastName=" + this.Label2.Text);





我的尝试:



i尝试在新选项卡中打开此表单



What I have tried:

i try to open this form in new tab

推荐答案

<a href="yourpage.aspx" target="_blank">Click</a>





Googleresponse.redirect new tab,您可以根据页面的访问方式找到各种解决方案。



Google "response.redirect new tab" and you'll find various solutions depending on how your page is accessed.


这篇关于如何在新标签页中打开此链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-22 19:03