Hi;
I have a Web site I'm building a shopping cart for that is built with a basic 
site template and an iframe where all the page-by-page info goes. I need to 
redirect the iframe to the address below, but when I use the current 
incantation, it replaces not just the iframe but the whole page! Can someone 
suggest a better idea? This is a python script:
 
request = container.REQUEST
response = request.RESPONSE
response.redirect(request.BASE0 + '/EMarket/Our_Store/Main_frame.pt?category=' 
+ category)
TIA,
Tony
________________________________________________________________________
AOL now offers free email to everyone.  Find out more about what's free from 
AOL at AOL.com.
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to