ASP problem: response.redirect 
Author Message
 ASP problem: response.redirect

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:43:46 GMT  
 ASP problem: response.redirect
Give names to all the frames.. and on the page where you want the other
frame to redirect - write

<script language=javascript>
window.parent.frames["frame2"].location="test.asp"
</script>

This will cause the Frame2 to display test.asp



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... ;-(

> Peter de Bruijn




Tue, 06 Jan 2004 22:07:37 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

2. Response.Redirect and Validation Controls with ASP.NET

3. vbscript, asp, and response.redirect - urgent help plz

4. vbscript, asp, and response.redirect - urgent help plz

5. problem with response.redirect

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

7. Response Redirect problem

8. problem with response.redirect

9. Response.Redirect problem...

10. Style Sheet problem with response.redirect

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

12. problem with response.redirect and forms

 

 
Powered by phpBB® Forum Software