
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