CGI - Hidden Fields (NS4.7/IE5)

Tamer Fahmy e9526976 at student.tuwien.ac.at
Mon Mar 20 08:20:50 EST 2000


Hi!

I have got a strange problem with my CGI-script. If I call my
page from Netscape through Apache I get all hidden Fields and
values. But if I instead call it from Internet Explorer 5 the
hidden fields don't show up in my FieldStorage.

I noticed in the apache Log Files that IE5 claims itself to be
HTTP/1.1 comformant and Netscape says HTTP/1.0. Could this be
the reason or am I missing something?

A hidden line in my CGI-script looks like this:
<input type="hidden" name="EXPIRED">
and I use method="post" in my form tag.

Any hints? 

Thanks,
  Tamer.

--
------------------------------------------------------------------------
       -////-         | Tamer FAHMY, computer science student at the 
      --o o --        |              university of technology in Vienna
     --- <  ---       |       aka: Tut-Ench-Tamer       irc: tuhtah
    ---  v   ---      | eMail:    e9526976 at student.tuwien.ac.at
     ---    ---       | home page: http://stud4.tuwien.ac.at/~e9526976
 ^^^  --    --  ^^^   |        Support bacteria -- it's the only culture
:) Tut-Ench-Tamer (:  |          some people have !    -- Linux fortunes
------------------------------------------------------------------------



More information about the Python-list mailing list