in reply to How to escape frames on form submission
However, on the returned html you can accomplish this with some javascript. The exact syntax escapes me but it's something like
But this in the body onload() method.if self.src != top.src top.src = self.src;
|
|---|