Google 個性化主頁類似,如何保存最後的布局二
<body leftmargin="0" topmargin="0" onselectstart="return false;">
<div id="BisMainTitle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="title">BIS » PortalPage</td>
<td align="right">
<a href="javascript:saveLayout();" style="display:none;" id="savelayout">
保存布局
</a>
</td>
</tr>
</table>
</div>
<div id="BisMainTable">
<table width="100%" border="0" cellpadding="0" cellspacing="5" id="parentTable">
<tr>
<!-- Begin Left Dragable Column -->
<td width="48%" valign="top">
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="dragTable" id="kpis">
<!-- toolbar && dragbar begin -->
<tr>
<td colspan="4" class="dragTR">
<input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
<input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
<input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
</td>
</tr>
<!-- toolbar && dragbar end -->
<tr bgcolor = "#FFFFFF">
<td colspan = "4" align = "center">
無任何記錄.
<input type="button" class="mbutton" value="新增"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="dragTable" id="4graph">
<tr>
<td colspan="2" class="dragTR">
<input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="no" alt="" onclick="collapseExpand();" hspace="5">
<input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
<input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
</td>
</tr>
<tr>
<td colspan="2" align = "center">
無任何記錄.
<input type="button" class="mbutton" value="新增"/>
</td>
</tr>
</table>
</td>
<!-- End Left Dragable Column -->
<td width="48%" valign="top">
<table width="100%" border="0" cellpadding="1" cellspacing="1" class="dragTable" id="favorite">
<tr>
<td colspan="4" class="dragTR"> <input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
<input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
<input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
</td>
</tr>
<tr bgcolor = "#FFFFFF">
<td colspan = "4" align = "center">
無任何記錄.
<input type="button" class="mbutton" value="新增"/>
</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="1" cellspacing="1" class="dragTable" id="1graph">
<tr>
<td class="dragTR">
<input type="image" src="../bis/img/k_hide.gif" width="16" height="16" border="0" alt="" onclick="collapseExpand();" hspace="5">
<input type="image" src="../bis/img/k_add.gif" width="16" height="16" border="0" alt="">
<input type="image" src="../bis/img/k_more.gif" width="16" height="16" border="0" alt="">
</td>
</tr>
<tr>
<td align = "center">
無任何記錄.
<input type="button" class="mbutton" value="新增"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div</body>