4 Apr
2003
4 Apr
'03
10:46 p.m.
I have a form that uses POST to transfer it's output because there is a lot of text and because I don't want it exposed on the command line. The form gets processed and then wants to return the same material, slightly modified, to the original form to repopulate. To do this I generally redirect to the original form with the variables appened as quote_plus() quoted name/value pairs in the usual GET format. Is there some way to use POST in this context? If it's significant, the form is embeded in a frameset. -dra