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" /> Password: <input class="post" type="password" name="password" size="15" maxlength="32" /> Log me on automatically each visit <input class="text" type="checkbox" name="autologin" /> <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"> </span></td>
<td class="middle_bottom3"><span class="gensmall"> </span></td>
<td class="middle_bottom2"><span class="gensmall"> </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"> </span></td>
</tr>
</table>
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" /> Password: <input class="post" type="password" name="password" size="15" maxlength="32" /> Log me on automatically each visit <input class="text" type="checkbox" name="autologin" /> <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"> </span></td>
<td class="middle_bottom3"><span class="gensmall"> </span></td>
<td class="middle_bottom2"><span class="gensmall"> </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"> </span></td>
</tr>
</table>