如何打开新窗口和response.write到它 [英] how to open new window and response.write to it

查看:111
本文介绍了如何打开新窗口和response.write到它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




任何人都知道如何打开新浏览器窗口,然后response.write

新窗口。我知道如何打开一个新窗口,但后来定位

response.write就是一个谜。


我需要保持原来的窗口打开以及新的。


有人可以帮忙吗?

Hi,

Anyone know how to open a New Browser window and then "response.write" to
the new window. I know how to open a new window, but then targeting
response.write at it is a mystery.

I need to keep the original window open as well as the new one.

Can anyone help?

推荐答案

嗨Josh,


打开一个新窗口是使用JavaScript完成的。它包括提供将加载到窗口中的资源(ASP.Net文档)的URL

。 A

响应是对请求的响应。请求是针对给定的URL。

因此,加载到新窗口的ASP.Net文档将响应

ASP.Net文档的URL请求加载到新窗口。


-

HTH,


Kevin Spencer

Microsoft MVP

..Net开发人员

你所寻求的是你得到的。


Josh < s@a.com>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP10.phx.gbl ...
Hi Josh,

Opening a new window is done using JavaScript. It includes providing the URL
of the resource (ASP.Net document) that will be loaded into the window. A
Response is a Response to a Request. The Request is for a given URL.
Therefore, the ASP.Net document loaded into the new window will Respond to
the Request for the URL of the ASP.Net document loaded into the new window.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"Josh" <s@a.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...


任何人都知道如何打开一个新的浏览器窗口然后response.write到新窗口。我知道如何打开一个新窗口,但后来定位
response.write就是一个谜。

我需要保持原来的窗口和新窗口一样开启。 />
任何人都可以帮忙吗?
Hi,

Anyone know how to open a New Browser window and then "response.write" to
the new window. I know how to open a new window, but then targeting
response.write at it is a mystery.

I need to keep the original window open as well as the new one.

Can anyone help?



设置


< base target =" _self" ;>

< head>中的
您在新窗口中显示的页面部分。


Eliyahu


" Josh" < s@a.com>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP10.phx.gbl ...
Set

<base target="_self">

in the <head> section of the page that you show in the new window.

Eliyahu

"Josh" <s@a.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...


任何人都知道如何打开一个新的浏览器窗口然后response.write到新窗口。我知道如何打开一个新窗口,但后来定位
response.write就是一个谜。

我需要保持原来的窗口和新窗口一样开启。谁能帮忙?
Hi,

Anyone know how to open a New Browser window and then "response.write" to
the new window. I know how to open a new window, but then targeting
response.write at it is a mystery.

I need to keep the original window open as well as the new one.

Can anyone help?



你需要在哪里实现resopnse.write?新窗口,还是旧窗口?


" Josh"写道:
Where do you need to effect resopnse.write? New window, or old one?

"Josh" wrote:


任何人都知道如何打开一个新浏览器窗口然后response.write到新窗口。我知道如何打开一个新窗口,但后来定位
response.write就是一个谜。

我需要保持原来的窗口和新窗口一样开启。谁能帮忙?
Hi,

Anyone know how to open a New Browser window and then "response.write" to
the new window. I know how to open a new window, but then targeting
response.write at it is a mystery.

I need to keep the original window open as well as the new one.

Can anyone help?



这篇关于如何打开新窗口和response.write到它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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