I have an administration panel coded, only, when it redirects to another location, it only redirects the right frame! I have tried using header location, window.location, document.location. No matter what it will always redirect the main frame there, and leave the left frame! Can anyone help?
mainframe:
</td>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="../templates/default/default.css" rel="stylesheet" type="text/css" />
</head>
<td width="1%"> </td>
<td width="82%" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="26" ><img src="../templates/default/images/left.jpg" width="15" height="26" /></td>
<td height="26" class="catgb"><span class="catname"> Welcome to your Admin Panel </span></td>
<td width="15" height="26"><img src="../templates/default/images/right.jpg" width="15" height="26" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="7" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#BCBCBC" class="cattable">
<tr>
<td width="5%" bordercolor="#BCBCBC" bgcolor="#FFFFFF"><div align="left">
<p>Welcome to the administration panel {USERNAME},</p>
<p> </p>
<p>Here you can configure your forum, members, see statistics, and much more! </p>
<p> </p>
<table width="100%" border="0" class="maintext">
<tr>
<td width="25%" bordercolor="#BCBCBC" bgcolor="#FFFFFF">Total Members: </td>
<td width="25%" bordercolor="#BCBCBC" bgcolor="#FCFCFC">{MEMBER_COUNT}</td>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">Total Accounts Unconfirmed:</td>
<td width="25%" bordercolor="#BCBCBC" bgcolor="#FCFCFC">{ACCOUNT_UNCONFIRMED}</td>
</tr>
<tr>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">Total Threads: </td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{THREAD_COUNT}</td>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">Users celebrating their birthday today:</td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{BDAY_COUNT}</td>
</tr>
<tr>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">Total Posts: </td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{POST_COUNT}</td>
<td width="25%" bordercolor="#BCBCBC" bgcolor="#FFFFFF">Total Banned Users:</td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{BANNED_COUNT}</td>
</tr>
<tr>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">.Omega BB Version: </td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">.Omega BB Beta 1 </td>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">Latest Version:</td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">Yes</td>
</tr>
<tr>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">PHP Version: </td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{PHP_VERSION}</td>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">How many new members today:</td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{MEMBERS_TODAY}</td>
</tr>
<tr>
<td bordercolor="#BCBCBC" bgcolor="#FFFFFF">MySQL Version: </td>
<td bordercolor="#BCBCBC" bgcolor="#FCFCFC">{MYSQL_VERSION}</td>
</tr>
</table>
</div></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="26"><img src="../templates/default/images/left.jpg" width="15" height="26" /></td>
<td height="26" class="catgb"><span class="catname"> Admin Notes </span></td>
<td width="15" height="26"><img src="../templates/default/images/right.jpg" width="15" height="26" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#BCBCBC" class="cattable">
<tr>
<td width="5%" bordercolor="#BCBCBC" bgcolor="#FFFFFF"><div align="left">
<p>Here you can store Admin Notes for yourself and other admins.</p>
<p>
<center>
<form action="{FORMACTION}" method="POST">
<textarea name="admin_notes" cols="120" rows="5">{ADMIN_NOTES}</textarea>
<br />
<input type="submit" name="submit" value="Save" />
</form>
</center>
</p>
</div></td>
</tr>
</table> <p> </p></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"><div class="footer"><div align="center">Powered by <a href="http://dotomega.com">dotOmega</a><br>
Copyright © 2006 <a href="http://dotomega.com">dotOmega Group</a></div></div></td>
</tr>
</table>
</p>
</body>
</html>
leftframe:
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="../templates/default/default.css" rel="stylesheet" type="text/css" />
</head>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="17%" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="26"><img src="../templates/default/images/left.jpg" width="15" height="26" /></td>
<td height="26" class="catgb"><span class="catname"> <a href='' class='headings'>Board Settings</a></span></td>
<td width="15" height="26"><img src="../templates/default/images/right.jpg" width="15" height="26" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#BCBCBC" class="cattable">
<tr>
<td width="5%" bordercolor="#BCBCBC" bgcolor="#FFFFFF"><div align="left"><a href=''>Change and Configure</a></img> </div></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="26"><img src="../templates/default/images/left.jpg" width="15" height="26" /></td>
<td height="26" class="catgb"><span class="catname"> <a href='' class='headings'>Forum Settings</a></span></td>
<td width="15" height="26"><img src="../templates/default/images/right.jpg" width="15" height="26" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#BCBCBC" class="cattable">
<tr>
<td width="5%" bordercolor="#BCBCBC" bgcolor="#FFFFFF"><div align="left"><a href=''>Create new forum</a> <br />
<a href=''>Manage Forums</a> <br />
<a href=''>Forum Permissions</a></div></td>
</tr>
</table>
<br />
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="15" height="26"><img src="../templates/default/images/left.jpg" width="15" height="26" /></td>
<td height="26" class="catgb"><span class="catname"> <a href='' class='headings'>Member Control</a></span></td>
<td width="15" height="26"><img src="../templates/default/images/right.jpg" width="15" height="26" /></td>
</tr>
</table>
<table width="100%" border="0" cellpadding="4" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#BCBCBC" class="cattable">
<tr>
<td width="5%" bordercolor="#BCBCBC" bgcolor="#FFFFFF">
<div align="left">
<a href=''>Edit user </a> <br />
<a href=''>Find user</a> <br />
<a href=''>Delete user</a><br />
<a href=''>Ban user</a>
</div>
</td>
</tr>
</table> <p> </p></td>
</tr>
</table>