Hi,
Have a problem.. I have a simple login form on my homepage and it looks like this:
<FORM target="_blank" action="http://webmail1.b-one.net/src/redirect.php" method=post>
<table width="30%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<INPUT type=hidden value="<?php echo $url; ?>" name=login_domain>
Email-adress:<br /><input type="text" value="" name=login_username class="inputbox" size="25" /> <br />
Password:<br /><input type="password" value="" name=secretkey class="inputbox" size="25" />
<INPUT type=hidden value=0 name=js_autodetect_results>
<INPUT type=hidden value=1 name=just_logged_in>
<INPUT type="submit" name="Submit" class="button" value="Logga in" />
</td>
</tr>
</table>
</FORM>
When you login you have to write the hole emailadress, ie larza@bootleg.be. Since all logging in to this site will be using domain @bootleg.be i would like to change email field to username and then automaticly send "username"+@bootleg.be with this form. Any solution? Im logging into to a distance mailserver so I canīt change anything there, the info has to be sent with the form..
//Johan Larsson


Reply With Quote
), basic..
Bookmarks