- Impact
- 0
Here is a simple Login Script:
<form action="http://yourdomain/login" class="style10">
Username:
<input name="user" type="text" class="style10">
Password: <input type="password" name="pass">
<input name="SImage" type="Image" src="images/customer_login_button.gif" width="100" height="19">
</form>
I use this script for all my logins on all my websites.
Cpanel, WHM, Webmail...etc
<form action="http://yourdomain/login" class="style10">
Username:
<input name="user" type="text" class="style10">
Password: <input type="password" name="pass">
<input name="SImage" type="Image" src="images/customer_login_button.gif" width="100" height="19">
</form>
I use this script for all my logins on all my websites.
Cpanel, WHM, Webmail...etc




