想要在另一个窗口中产生结果输出 [英] want to produce resultant output in another window

查看:50
本文介绍了想要在另一个窗口中产生结果输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我有一个页面可以捕获客户的基本要求,然后进行处理.我想在另一个窗口或另一个选项卡中显示结果

hi i have a page which captures clients basic requirements , process it out . i want to display the result in another window or in another tab how to do it that

推荐答案

您可以通过多种方式来实现,例如使用Jquery,Javascript或服务器端(C#).

假设您正在接受所有输入,然后提交页面进行处理,最后要在其他窗口中显示结果.因此,在所有过程之后,只需在Response.Write(...)内使用Windows.Open()方法即可:

You can achieve this through many ways like using Jquery, Javascript or server side (C#).

Suppose you are taking all inputs and then submitting the page for process and finally you want to display result in other window. So just use Windows.Open() method inside Response.Write(...) after the all process as:

Response.Write("window.open('info.aspx')"); 


vip,
Hi vip,
Click here[^]
I hope you understand.


这篇关于想要在另一个窗口中产生结果输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆