<form method="POST" name="form" action="admin_stories_list.php"> <div style="padding: 0px 0px 15px 0px;"> <table style="width: 560px;"> <tr> <td style="text-align: left;"><a class="tree_add" href="admin_stories.php?request=add">Add</a> a new story</td> <!-- <td style="text-align: right;"> <span style="padding: 0px 0px 0px 200px;"> filter <select name="filter" onChange="form.submit();"> <option value="lastMonth">current month</option> <option value="sixMonths">last 6 months</option> <option value="year">current year</option> <option value="all">all</option> </select> </span> </td> --> </tr> </table> </div> <div id="storylist" class="filelist">The entire table will go here</div> <!-- <p style="cursor: pointer; background-color: blue;" onClick="location.href='admin_stories_list.php?request=xml';">XML</p> --> </form>