S
SergioBS
Hi everybody...
I've a small problem
I copied a script to manage a Forum and I've adapted to my needs
But I've a problem I cannot solve
While logging out, the script calls page logout.asp
In the bottom of the script there is this code:
<%....
.......Response.Redirect("page1.htm")
%>
Well, everything works, but, since I use a Framed pages the behaviour is not
what I was looking for, in the sense that, this page1.htm is not loaded in
the main frame of the existing window (that's what I want), but in a new
window.
I'd like to add something like "Target", but I have no knowledge of such
programming language and I do not know how to do
Can you help me?
Thank a lot
Sergio
I've a small problem
I copied a script to manage a Forum and I've adapted to my needs
But I've a problem I cannot solve
While logging out, the script calls page logout.asp
In the bottom of the script there is this code:
<%....
.......Response.Redirect("page1.htm")
%>
Well, everything works, but, since I use a Framed pages the behaviour is not
what I was looking for, in the sense that, this page1.htm is not loaded in
the main frame of the existing window (that's what I want), but in a new
window.
I'd like to add something like "Target", but I have no knowledge of such
programming language and I do not know how to do
Can you help me?
Thank a lot
Sergio