关于文档保存的问题
我做了一个子表单,子表单代码如下:就是做了4个层,通过点击不同的标签,显示不同的层,现在碰到一个奇怪的问题就是当前显示层是layer1的时候,点击保存按钮,他不会保存该表单下所有子表单的内容,而当前层是layer2的时候,确可以,为什么呢?调用的保存按钮都是一样的。希望大家能帮忙看看,谢谢,非常感谢。<div id="layer4" style="position:absolute; left:5%; top:25%; width:100%; height:22px; z-index:4;">
<table class="a" align=left width="132" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="noborder"><table width="66" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="noborder" width="66" class="buttongbg"><a href="#" >登记信息</a></td></td>
</tr>
</table></td>
<td class="noborder"><table width="66" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="noborder" width="66" class="buttongbg"><a href="#" >公文处理</a></td>
</tr>
</table></td>
<td class="noborder"><table width="66" height="22" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="noborder" width="66" class="buttongbg"><a href="#" >流程跟踪</a></td></td>
</tr>
</table></td>
</tr>
</table>
</div>
<p><br>
</p>
<div id="layer1" style="position:absolute; left:10%; top:28%; width:100%; height:153px; z-index:1; visibility: visible;">
<已计算的子表单>
</div>
<div id="layer2" style="position:absolute; left:10%; top:28%; width:100%; height:153px; z-index:2; visibility: hidden;">
<已计算的子表单>
</div>
<div id="layer3" style="position:absolute; left:10%; top:25%; width:100%; height:153px; z-index:3; visibility: hidden;">
<已计算的子表单>
</div>
补充:企业软件 , Lotus