<%@page contentType="text/html;charset=utf-8" import="java.sql.*,java.util.*,jerehnet.jsp.database.*,jerehnet.jsp.util.*,java.text.SimpleDateFormat"%> <% PoolManager pool = new PoolManager(); if (pool == null) { pool = new PoolManager(); } String name=""; String id=""; String counts=""; Map activityInfo=(Map)session.getAttribute("activityInfo"); if(activityInfo!=null){ name=activityInfo.get("uname"); counts=activityInfo.get("counts"); id=activityInfo.get("id"); } Connection conn = null; DataManager db = new DataManager(); try { conn = pool.getConnection(); String no = Common.getFormatPara(request.getParameter("no")); String sql="select * from jrcms_products where id="+no; ResultSet rs = db.executeQuery(conn,sql); while(rs!=null&&rs.next()){ %> CDM860_الجرافة بعجلات_ماكينات الإنشاءات_المنتجات والاستخدام _وحدة الأعمال الاستراتيجية الدولية لونغكني

الجرافة بعجلات

المنتجات والاستخدام

الجرافة بعجلات

<%=Common.getFormatStr(rs.getString("name"))%>

أخرى
<%if(Common.getFormatStr(rs.getString("flash"))!=null&&Common.getFormatStr(rs.getString("flash"))!=""){%>
" width="360" height="320" />
<%}%>

ماكينات الإنشاءات <%=Common.getFormatStr(rs.getString("name"))%> الميزيا:

<%=Common.getFormatStr(rs.getString("summary"))%>

<%=Common.getFormatStr(rs.getString("intro"))%>
<%=Common.getFormatStr(rs.getString("parameter"))%>
<%if(Common.getFormatStr(rs.getString("img"))!=null&&Common.getFormatStr(rs.getString("img"))!=""){%> " /> " quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="500"> <%}%>
<% } } catch (Exception e) { e.printStackTrace(); } finally { pool.freeConnection(conn); } %>