Log in

View Full Version : error in placing log in box - pls help



hariprasad
08-07-2006, 01:15 PM
this is the html code of a ' log in box ' of a site ( hariprasadb.110mb.com/index.html ) , i want to place this log in box in my site ( hariprasadb.100free.com/index.html ). After placing it the log in box appeared in my site but wen i press the 'log in' button it is not coming to the orginal site. pls help me to edit the given html code.

problem is in the line action="/phpBB2/.......

</table>
<form method="post" action="/phpBB2/login.php?sid=eb7d95b349b3d8e6671471a3fa00a1b5">
<table width="100%" cellpadding="3" cellspacing="0" border="0" class="forumline">
<tr>
<td class="row1" align="center" valign="middle" height="28">
<span class="gensmall">Username: <input class="post" type="text" name="username" size="15" /> &nbsp;&nbsp;&nbsp;Password: <input class="post" type="password" name="password" size="15" maxlength="32" />&nbsp;&nbsp; &nbsp;&nbsp;Log me on automatically each visit <input class="text" type="checkbox" name="autologin" />&nbsp;&nbsp;&nbsp; <input type="submit" class="mainoption" name="login" value="Log in" /></span>
</td>
</tr>
</table>
</form>
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td class="left_bottom"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom3"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom2"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom" align="center"><span class="gensmall" nowrap="nowrap">All times are GMT</span></td>
<td class="right_bottom"><span class="gensmall">&nbsp;</span></td>
</tr>
</table>

boogyman
08-07-2006, 03:17 PM
add


<input type="hidden" name=".done" value="YOUR_WEBSITE_URL" />

in the form body area

blm126
08-07-2006, 03:54 PM
</table>
<form method="post" action="http://hariprasadb.110mb.com/phpBB2/login.php?sid=eb7d95b349b3d8e6671471a3fa00a1b5">
<table width="100%" cellpadding="3" cellspacing="0" border="0" class="forumline">
<tr>
<td class="row1" align="center" valign="middle" height="28">
<span class="gensmall">Username: <input class="post" type="text" name="username" size="15" /> &nbsp;&nbsp;&nbsp;Password: <input class="post" type="password" name="password" size="15" maxlength="32" />&nbsp;&nbsp; &nbsp;&nbsp;Log me on automatically each visit <input class="text" type="checkbox" name="autologin" />&nbsp;&nbsp;&nbsp; <input type="submit" class="mainoption" name="login" value="Log in" /></span>
</td>
</tr>
</table>
</form>
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td class="left_bottom"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom3"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom2"><span class="gensmall">&nbsp;</span></td>
<td class="middle_bottom" align="center"><span class="gensmall" nowrap="nowrap">All times are GMT</span></td>
<td class="right_bottom"><span class="gensmall">&nbsp;</span></td>
</tr>
</table>