i tried to use the block creator, and also the html-php creator but it no worky for me.
It is a log-in block for e-mail, here is the code:
|
Code:
|
<form action="http://webmail.powweb.com?" method="post">
<input type="hidden" name="server" value="mail.xyz.com">
<input type="hidden" name="action" value="login">
Username: <input type="text" size="15" name="username">
Password: <input type="password" size="15" name="password">
</p>
<input type="submit" name="Submit" value="Login">
</form> |
Thank you if anybody can do this for me