Hi - I've got a situation when from within a frameset a
user does a
particular action I force them off to do a logon procedure.
I want the logon screen to *not* be in a frameset and to
this end I've
tried doing this ...
cherrypy.response.headers['Window-target'] = '_top'
TypeError: object does not support item assignment
... so is there any way for me to add arbitrary HTTP headers
to the
output from CP (I would prefer not to use filters [not sure
how they
would be applicable in this type of "that screen but
no others case"]
but if it has to be I'm open to it).
In case it's relevant ... I do the redirection by something
like this
...
raise cherrypy.InternalRedirect(a,b)
... where b is a set of GET parameters in a string.
thanks
Richard.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|