473,394 Members | 1,951 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,394 software developers and data experts.

Multiple Redirect

Hi ng,

I have to do a multiple redirect.
That means one ASP-script should do more than one HTTP-request.

e.g.
response.redirect(url1)
response.redirect(url2)
...

I know, that it won't work like that...
Does anyone now a solution or workaround

Thanks
JD
Jul 19 '05 #1
2 2730
Jörg Draeger wrote:
I have to do a multiple redirect.
That means one ASP-script should do more than one HTTP-request.

e.g.
response.redirect(url1)
response.redirect(url2)
...

I know, that it won't work like that...
Does anyone now a solution or workaround


server.execute(script1)
server.execute(script2)

--
William Tasso - http://WilliamTasso.com
Jul 19 '05 #2
Is the user supposed to see both url1 and url2 in their browser? In any
particular order, or at the same time, or ...

Or are you expecting url1 to redirect to url2, and that is where the user
ends up?

Maybe you could describe the exact behavior the browser is supposed to have,
and we can recommend a workaround...

"Jörg Draeger" <dr*****@do.isst.fhg.de> wrote in message
news:3F***************@do.isst.fhg.de...
Hi ng,

I have to do a multiple redirect.
That means one ASP-script should do more than one HTTP-request.

e.g.
response.redirect(url1)
response.redirect(url2)
...

I know, that it won't work like that...
Does anyone now a solution or workaround

Thanks
JD

Jul 19 '05 #3

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

Similar topics

7
by: Anne | last post by:
hie there, i want to be able to pass multiple parameters to another page. currently, i am able to do so, but somehow i feel it is not the correct way to do it. below is part of what i have so far....
4
by: Diane Selby | last post by:
Hi- I am developing an ASP.NET application that can take a few seconds to process the request from the user. We are looking for a client-side solution that will prevent users from resubmitting...
1
by: sneha123 | last post by:
There will be some 20 questions and for each question there will be 4 choices.what i want to do is to select multiple answers by clicking the checkbox. i m using asp.net,vb.net pls help me we...
6
by: Coleen | last post by:
Hi all :-) I need to redirect to multiple pages on click of a transmit button, without redisplaying each page. This redirection is to capture session variables that are created on each page and...
3
by: VB Programmer | last post by:
How can you have multiple DestinationPageUrl's, based on their role. For example, if their an admin, then goto admin.aspx. If they're a member, goto member.aspx. Thanks!
4
by: Jeff | last post by:
Hey gang. I have a form to select multiple names. The problem I am having, is when it gets to the asp page. If I click 1 name, it will process. But multiple names gives me an error: Either BOF or...
6
by: thomson | last post by:
Hi All, i do hae a solution in which i do have mulitple projects including Web Projects,, Depending on the functionality it gets redirected to different web projects and it is working fine, ...
0
by: baburk | last post by:
Hi, I want to use the <customErrors> for all <system.web></system.web> If error occure this should be called. I have to write it once not in every <system.web></system.web>. How can I?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.