>From the sounds of it this is an HTML question? If so, add the
attribute "target" to your link tags, with the value "_top". e.g.

<a href="/someurl" target="_top">This will override any frames on the
current page</a>

Let me know if I misunderstood the question.

Daniel

On Nov 18, 4:45 am, Nora <[EMAIL PROTECTED]> wrote:
> Hello all,
> I am sure this is really a simple and silly question but I am stuck in
> it!
> I have a page that contains two frames.  In one of the frames, I need
> to include a url to a totally new page.  The problem is, the new page
> gets rendered in the frame that cotains the url instead of being
> rendered in a new page of its own.
>
> Please Help,
> Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to