Open in Same Window...
Hi, ok this one should be simple...
I have a login page when I login it calls a validate page...
which if the login is valid it redirects but it opens a new window.
It used to open in the same window, but I can't figure out what has changed to make it open in a new one. there is no target specified at all, just a
Response.Redirect "mainheader.asp"
it's started to do it on a lot of my links now, but I have no clue.
IExplore is set to use the same frame, so I don't think it's in there.. anyone else have any ideas where I could start looking.
|