Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~151 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bsse007

: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 …

Member Avatar for Horacio91
0
151

The End.