Thanks for your help, Kiko#!/perl/bin/perl use CGI qw(:standard); print header(); print <<HTML; <HTML> <HEAD> <TITLE> Check email </TITLE> </HEAD> <BODY> <form name"email" method="post" action="check_email.pl"> <table align="center" cellspacing="0" cellpadding="1" border="1" width +="275" height="150"> <tr><td bgcolor="#999999"> <table width="265" border="0" cellpadding="2" cellspacing="0" height +="145"> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Hostname:</font></td> <td><input type="text" name="hostname" width="20"></td> </tr> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Account:</font></td> <td><input type="text" name="account" width="20"></td> </tr> <tr> <td bgcolor="#ccff99"><font face="arial,helvetica,sans-serif" size +="2">Password:</font></td> <td><input type="password" name="password" width="20"></td> </tr> <tr> <td> </td> <td><input type="submit" value="Check"> <input type="re +set" value="Reset"></td> </tr> </table> </td></tr> </table> </form> </BODY> </HTML> HTML
In reply to Re: Re: Simple Email Check
by Kiko
in thread Simple Email Check
by Kiko
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |