Sean Malloy wrote:

>Bob Davis <[EMAIL PROTECTED]> wrote:
>
>>http://www.wef.net/invoicesOL/IOL_form.html
>>
>>Its a form so you have to fill in some data which then takes you to a 
>>page thats being generated by a cgi script.
>>So I cant give you a direct link.
>>The problem is when I "save as" or "view source" I dont see the data I 
>>entered.
>>Yet when I look at the screen I can see the data.
>>With netscape I can view source save as etc and see the entered data.
>>
>
>I have noticed with Mozilla that when I have a CGI script that both
>displays the form and processes the data (i.e., using CGI.pm), that
>the source displayed by Mozilla is always the source of the _first_
>page returned by the CGI script, not the source for the page that is
>being displayed by the browser (after one or more POST calls to the
>script).
>
And to add to that... It always shows the source of the FIRST post. so 
if you sumbit the same form twice and view source on the result, it will 
come up with the results of the FIRST post... so view source is a bit 
cripled :(

Jesse


Reply via email to