On Jun 30, 5:36 pm, Matt <[email protected]> wrote: > Hi, > > I'm working on a site using App Engine with Python, and I really want > to add links to new pages in the site, is there a specific way to do > this? I basically want a way to click a link and have a new html > page show up.
This has nothing to do with App Engine. Use an A tag in your HTML. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. 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.
