No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
:icon_lol: <!--login.php --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Login</title> </head> <body > <script type="text/javascript"> window.onload=function() { document.forms['login'].elements['username'].focus(); } </script> <table align="left" cellpadding="10" cellspacing="2" border="2" bgcolor="#fedcaa"> <form name="login" method="post" action="validate_log.php"> <tr> <td>UserName </td> <td><input type="text" name="username" id="username" /></td> </tr> <tr> <td>PassWord</td> <td><input …
The End.
Horacio91