The web server doesn't know anything about frames. We usually achieve this sort of thing by returning a page with some JavaScript when we want to pop out of frames:

<html><body><script language="JavaScript">top.window.location="mainPage.html";</script></body></html>

-- Jeff

Charl Gerber wrote:
Is it possible to set one action with multiple
forwards each going to different frames?

Ie, if an error occurs, I want to redirect to forward
to something in the current frame, but in case of a
successful operation, I want to redirect to eg.
window.top or another frame altogether.

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to