[mod_python] Frames using psp

Adrien Plisson aplisson-modpython at stochastique.net
Thu Aug 5 11:43:38 EDT 2004


Ole Jacob Hagen wrote:

 > --------------------------------
 > Frame 1: Consists configuration-elements to Frame2, sent as POST'S?
 > input1 =  number1
 > input2 = number2
 > --------------------------------
 > Frame 2: Receive POSTS from GET
 > 2.  Use Data received.
 > 3. Add Frame1.number1 + Frame1.number2
 > -------------------------------
 >
 > End of layout sketch.
 >
 > The layout of these two frames are pretty static, while the content are not...
 >
 > Is this possible?


It is possible, but it seems more an html problem than a mod_python/psp related 
problem.

 > Do someone have a smart solution to this problem of mine?


use the "target" attribute of the "form" html tag, like this:
<form action="frame2.psp" method="POST" target="frame2">
</form>

regards,

-- 
rien



More information about the Mod_python mailing list