[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I have a problem...
"Andreas F. Kracke" wrote:
>
> I could not find the actual bug in Lars' page.
The problem is the submit tag:
<INPUT type="submit" value="Submit">
It shall be
<INPUT type="submit" name="submit" value="Submit">
-----------------------------^^^^^^^^^^^^^
This is the important thing.
If you (Lars) would like to exchange the _value_ for the German word for
"Submit", it would work too.
/ Gunnar
- References to:
- "Andreas F. Kracke" <master@webring.chor-netz.de>
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]