When I redirect out of a page with the fckeditorv2 the browser is opening a new window for the redirect. I've never seen this behavior before. Probably someone has seen this before and knows how to fix?
Typical exit line, should not open a new window.
Response.Redirect(returnPage);
Typical exit line, should not open a new window.
Response.Redirect(returnPage);
RE: asp.net redirect opens new window?