zak100 has asked for the wisdom of the Perl Monks concerning the following question:
My HTML code is:Internal Server Error The server encountered an internal error or misconfiguration and was u +nable to complete your request. Please contact the server administrator, admin@localhost and inform th +em of the time the error occurred, and anything you might have done t +hat may have caused the error. More information about this error may be available in the server error + log.
Somebody plz guide me. Zulfi.<!doctype html> <HTML> <HEAD> <TITLE> Login Page </TITLE> </Head> <BODY> <Form method="post" action="login.pl"> <TABLE BORDER ="0"> <TR> <TD> User Name</TD> <TD><input type="text" name="username" value=""></TD> </TR> <TR> <TD>Password </TD> <TD><input type="text" name="password" value=""></TD> </TR> <TR><TD COLSPAN="2" ALIGN="RIGHT"> <input type="submit" name="submit" value="login"> </TD></TR></TABLE> +</FORM><BODY></HTML>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: HTML Form not workin (cgi-bin is not for html, its for cgis)
by Anonymous Monk on Oct 28, 2013 at 08:38 UTC | |
Re: HTML Form not workin
by jakeease (Friar) on Oct 28, 2013 at 07:47 UTC | |
by zak100 (Initiate) on Oct 28, 2013 at 15:27 UTC | |
by thezip (Vicar) on Oct 28, 2013 at 20:28 UTC |