ShowModal postback in IE7.0

  • Thread starter Thread starter Bibi
  • Start date Start date
B

Bibi

Please,
i'm getting a problem to do a postback inside a showmodal webpage. I'm using
the tips that works perfectly at IE 6.0 (a tag base=_self, or something
like this), but at IE 7.0 it does not work.

When postback, it opens a new page and redirec to a my index page (that is
outside the authenticated area).

If i use IE 6.0, it works just fine.

tks in adv.
 
I also get this message.
In IE6 adding the base tag worked: base target=_self

It's important to get a fix for this as our project is live and people are
waiting to upgrade to IE7.

I know that we can work around this by wrapping the page within an frame in
another window (so that the outside page does not post a callback). While
this works, we would rather not retrofit it to the live system when there was
a nice solution previously.
 
Back
Top