<%@ page import="java.sql.*" %> <%@ page import="oracle.jdbc.driver.*" %> <%@ include file ="include/common.jsp"%> Health Forum
<%@ include file="include/e_header.html" %>
  Health Forum
separator
 
 
 
Slogan
HOT NEWS HEALTH FORUM
 
<% 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, E_HEADLINE HEADLINE from health_forum where status = 'C' and post_date < sysdate and sysdate < off_date and E_HEADLINE is not null order by news_date"); while (rset.next()) { cnt = cnt + 1; %> <% } %> <% if (cnt == 0 ) { %> <% } %> <% conn.close(); %>
   
- "><%=rset.getString("HEADLINE")%>
  We are sorry!
No english version available currently!
Please go to Chinese version for Health Forum!
HOT NEWS
<%@ include file="include/e_footer.html" %>