stockQuoteAjax.jsp
上传用户:shen332233
上传日期:2021-09-03
资源大小:7478k
文件大小:0k
源码类别:

Ajax

开发平台:

Java

  1. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 
  2. <%@ taglib uri="http://taconite.sf.net/tags" prefix="tac" %>
  3. <tac:taconiteRoot>
  4.     
  5.     <tac:replaceChildren contextNodeID="stockQuoteContent">
  6.         
  7.        <%@include file="stockQuoteDetail.jsp"%>  
  8.        
  9.     </tac:replaceChildren>
  10.     
  11. </tac:taconiteRoot>