473,414 Members | 1,690 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,414 software developers and data experts.

response.redirect

I need to open new window in the response.redirect. is
there any way to do it?
Nov 19 '05 #1
3 1349
No, response.redirect is server side. you'll have to open the new window
client side...

Patrice

--

"dappyl" <da****@discussions.microsoft.com> a écrit dans le message de
news:65****************************@phx.gbl...
I need to open new window in the response.redirect. is
there any way to do it?

Nov 19 '05 #2
Can you tell me how to do it?
-----Original Message-----
No, response.redirect is server side. you'll have to open the new windowclient side...

Patrice

--

"dappyl" <da****@discussions.microsoft.com> a écrit dans le message denews:65****************************@phx.gbl...
I need to open new window in the response.redirect. is
there any way to do it?

.

Nov 19 '05 #3
Use the target attribute of the a tag :
<a href="someurel.htm" target="_blank">Hello</a>

You could also use window.open... (see the HTML doc at msdn.microsoft.com).

Patrice

--

"dappyl" <da****@discussions.microsoft.com> a écrit dans le message de
news:4d****************************@phx.gbl...
Can you tell me how to do it?
-----Original Message-----
No, response.redirect is server side. you'll have to open the new windowclient side...

Patrice

--

"dappyl" <da****@discussions.microsoft.com> a écrit dans le message denews:65****************************@phx.gbl...
I need to open new window in the response.redirect. is
there any way to do it?

.

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul | last post by:
I'm not getting the results I want when I use Response.Redirct in a ASP page. I enter this line of code in a asp page from domain1.com. Response.Redirect...
6
by: Sam | last post by:
I have some issues with HTTP Headers and I was hoping for some pointers or references to good articles. Here is the problem. I have 6 .aspx pages, each page contains a common .ascx. This ascx...
5
by: venner | last post by:
I'm having an issue with an ASP.NET website after upgrading to ASP.NET 2.0. The website makes use of a central authentication service (CAS) provided at the university I work for. Each page checks...
4
by: mike.biang | last post by:
I have an ASP page that is using an XMLHTTP object to request various pages from my server. I keep a single session throughout the XMLHTTP requests by bassing the ASPSESSIONID cookie through the...
9
by: RN1 | last post by:
When a server encounters the line Response.Redirect("abcd.asp") in a ASP script, the server tells the browser that it has to be redirected to another page (which is abcd.asp, in this case)....
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.