RE: action forwards to target frames

2004-11-26 Thread Seetamraju, Uday
ECTED] Behalf Of Jeff Beal > Sent: Friday, November 12, 2004 3:39 PM > To: [EMAIL PROTECTED] > Subject: Re: action forwards to target frames > > > The web server doesn't know anything about frames. We > usually achieve > this sort of thing by returning a page wit

Re: action forwards to target frames

2004-11-12 Thread Charl Gerber
Thanks, that was what I thought I had to do... just making sure. :) --- Jeff Beal <[EMAIL PROTECTED]> wrote: > 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: > > la

Re: action forwards to target frames

2004-11-12 Thread Jeff Beal
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: top.window.location="mainPage.html"; -- Jeff Charl Gerber wrote: Is it possible to set one action with multiple forwards each goi

action forwards to target frames

2004-11-12 Thread Charl Gerber
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. -