CGI - Hidden Fields (NS4.7/IE5)

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


Oleg Broytmann wrote:
> 
> On Mon, 20 Mar 2000, Tamer Fahmy wrote:
> > 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?
> 
> <input type="hidden" name="EXPIRED" value="">

No, this unfortunately didn't work. I tried it and it had no effect.
I also have hidden Fields with values and they too don't show up with
IE5. The weird thing is: If I enter them in the Location Field of the 
Internet Explorer like:
http://www.url-something.org/script.cgi?EXPIRED="" it works... ?!?!

Maybe I should mention that I use multiple form tags on one HTML-page 
but one after one (like <form></form><form></form>), means not cascaded.

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