Using Zope / Newbie Question
Hi, I'm looking for a Application Server to develope a eCommerce Product, I've heard quite a lot about Zope and read part the documentation; but before starting the development of a whole shop, I've still got a few questions: Can zope handle frames ? Can I display dynamical content in different frames, e.g. a product list in one frame and a product description in another ? Can zope handle different session of anonymous webuser (without username and password) ? I would be glad, if someone with more experience could help me. Greetings Joerg Herbst
Jörg Herbst wrote:
Can zope handle frames ? Can I display dynamical content in different frames, e.g. a product list in one frame and a product description in another ?
Well, I think frames is not a Zope problem. Normally you would reference things with hyperlinks, and these can certainly contain the " TARGET=<FRAMENAME>" attribute. So if you have a product list in one frame and you want to display info on the product in another frame, you just hyperlink the product, and give this hyperlink the target of the other frame... That's what the Zope management application does. Just have a look at it... you'll like what you see. Hope this helps you, Heiko. -- Heiko Stoermer MIG Augsburg
participants (2)
-
Heiko Stoermer -
Jörg Herbst