Response.redirect problem 
Author Message
 Response.redirect problem

I have inserted a <% response.redirect("agenda.asp") %> statement in my code
and it works fine. But how can i jump to another frame? I can't use the
target="_blank" or something like that...

Can anyone help! I spent several hours on this one already... ;-(

Peter de Bruijn



Tue, 06 Jan 2004 19:26:31 GMT  
 Response.redirect problem


Quote:
> I have inserted a <% response.redirect("agenda.asp") %> statement in my
> code and it works fine. But how can i jump to another frame? I can't
> use the target="_blank" or something like that...

> Can anyone help! I spent several hours on this one already... ;-(

you shouldn't have. There is no way to redirect to a a particular frame
using ASP. The ASP is executed on the server - whereas the "target=<code>"
is executed on the client.

It simply cannot be done.

:o(

--
Jesper Stocholm
http://stocholm.dk



Tue, 06 Jan 2004 19:50:23 GMT  
 Response.redirect problem
Then isn't it possible to redirect to a URL wich contains a clientside
script or something wich will redirect to another frame?

Peter


Quote:


> > I have inserted a <% response.redirect("agenda.asp") %> statement in my
> > code and it works fine. But how can i jump to another frame? I can't
> > use the target="_blank" or something like that...

> > Can anyone help! I spent several hours on this one already... ;-(

> you shouldn't have. There is no way to redirect to a a particular frame
> using ASP. The ASP is executed on the server - whereas the "target=<code>"
> is executed on the client.

> It simply cannot be done.

> :o(

> --
> Jesper Stocholm
> http://stocholm.dk



Tue, 06 Jan 2004 19:53:47 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Response Redirect problem

2. Response.Redirect problem...

3. Response.Redirect problem

4. Response.Redirect problem

5. Response Redirect doesn't Work - No me funciona Response Redirect

6. problem with response.redirect

7. Response.Redirect + Netscape Browser + StyleSheets = Problem!

8. problem with response.redirect

9. Style Sheet problem with response.redirect

10. Response.Redirect + Netscape Browser + StyleSheets = Problem!

11. problem with response.redirect and forms

12. Problem Launching RealPlayer After Response.Redirect

 

 
Powered by phpBB® Forum Software