>From Vincent <[EMAIL PROTECTED]>:

> Hi AndyHot,
> 
> I am use button(submit) to jump to another page , can target="_top"
> also be used in that way?
> 

No, only links have target.
You can use a link to submit the form (and invoke the listener) - check the
LinkSubmit component.
Or you could add javascript to 'another_page' to get rid of the frame.
Something like:

if (top != self) top.location.href = self.location.href;

> in the code , i will define
> 
> <code>
>               // Jump to another page which should be out of currently frame
>               cycle.activate("another_page");
> </code>
> 
> it works only jump to another page , but it is still in the frame.
> 
> best regards,
> Vincent
> 
> On 12/14/05, Vincent <[EMAIL PROTECTED]> wrote:
> > Thank you for your hint.
> > On 12/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > target="_top"
> > >
> > > From  Vincent <[EMAIL PROTECTED]>:
> > >
> > > > Hi all ,
> > > >
> > > > I met a problem of the PageLink jumping, one page have frames, which
> > > > implements navigation bar function. (looks like below , sorry for the
> > > > worse drawing)
> > > >
> > > > Usually when you click the navigaion frame, then the result frame will
> > > > changes accordingly.
> > > >
> > > > _____________________
> > > > |  Navigation Frame         |
> > > > |____________________ |
> > > > |  Result Frame               |
> > > > |____________________ |
> > > >
> > > >
> > > > But in the searched result frame , I found it is always jumps inside
> this
> > > > frame.
> > > >
> > > > So my question is , is it  possible to jump out of the frame(i.e. to a
> new
> > > > page)
> > > >
> > > > best regards,
> > > > Vincent
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


-- 



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

Reply via email to