CGI - Hidden Fields (NS4.7/IE5)

Tamer Fahmy e9526976 at student.tuwien.ac.at
Mon Mar 20 11:51:24 EST 2000


Tamer Fahmy wrote:
> 
> 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.

I finally found out how to solve the problem. If I use get instead of
post and add a value=" " expression to the hidden fields Internet
Exploder starts to provide the hidden fields.
i.e. <input type="hidden" name="EXPIRED" value=" ">

Still I don't have any idea why! Maybe a buggy Internet Exploder
as usual?

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