当前页面: 开发资料首页 → Java 专题 → 一个jsp计数器 
一个jsp计数器 
摘要: 一个jsp计数器  
                     </td>
              </tr>
              <tr>
                <td height="35" valign="top" class="ArticleTeitle">  
                  
                 
                  <table width="733" border="0">
                    <tr>
                      <td>
</td>
                    </tr>
                  </table>
                  
                 
                 
function TempSave(ElementID)
{
CommentsPersistDiv.setAttribute("CommentContent",document.getElementById(ElementID).value);
CommentsPersistDiv.save("CommentXMLStore");
}
function Restore(ElementID)
{
CommentsPersistDiv.load("CommentXMLStore");
document.getElementById(ElementID).value=CommentsPersistDiv.getAttribute("CommentContent");
}
                 
                 
                 
                </td>
              </tr>
              <tr>