<%@page contentType="text/html; charset=950"%> <%@ page import="java.sql.*" %> <%@ page import="oracle.jdbc.driver.*" %> <%@ include file ="./include/common.jsp"%> 健康專題
<%@ include file="include/c_header.html" %>
  健 康 專 題
separator
 
 
 
Slogan
健 康 專 題
 
<% int cnt = 0; // Connection of JDBC Class.forName("oracle.jdbc.driver.OracleDriver"); Connection conn = DriverManager.getConnection(gbl_cnn,gbl_usr,gbl_pwd); Statement stmt = conn.createStatement(); ResultSet rset = stmt.executeQuery ("select ID, C_HEADLINE HEADLINE from health_forum where status = 'C' and post_date < sysdate and sysdate < off_date and C_HEADLINE is not null order by news_date"); while (rset.next()) { cnt = cnt + 1; %> <% } %> <% if (cnt == 0 ) { %> <% } %> <% conn.close(); %>
   
- 生髮治療檢視成效有準則
- 年長 + 體輕 -- 骨質疏鬆高危因素
- 糖尿病 ABC
- "><%=rset.getString("HEADLINE")%>
  Stay Tuned
健 康 專 題
<%@ include file="include/c_footer.html" %>