
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