<% Response.Buffer = TRUE Response.Clear product_class = Trim(Request("product_class")) Select Case product_class Case "COOLPIX" SQL = "Select * From Coolpix_Detail Where Display = '1' Order By Product_ID" Case "單眼相機" SQL = "Select * From Comera_Detail Where Comera_Display = '1' Order By Product_ID" Case "底片掃描器" SQL = "Select * From Scan_Detail Where Scan_Display = '1' Order By Product_ID" Case Else SQL = "Select * From Coolpix_Detail Where Display = '1' Order By Product_ID" End Select Select Case product_class Case "COOLPIX" url = "compare_coolpix.asp" Case "單眼相機" url = "compare_comera.asp" Case "底片掃描器" url = "compare_scan.asp" Case Else url = "compare_coolpix.asp" End Select Set rs = CONN.EXECUTE(SQL) If rs is Nothing Then Response.Write "開啟資料庫失敗" Response.End End If If rs.EOF Then Response.Write "" Response.End End IF %> .:: Welcome to NIKON Coolpix World Wide Web ::.


2003-2004 News
2004-05-10    
2005-04-05    
2005-01-06    
2004-12-15    
2004-11-20    
2004-11-01    
2004-08-30    
2004-08-21    
2004-07-30    
2004-08-10    
2004-08-28    
2004-0701    
2004-08-01    
2004-05-10    
2004-06-10    
2004-05-29    
2004-05-08    
2004-04-08    
2004-04-10    
2004-03-29    
2004-03-20    
2004-03-15    
2003-03-11    
2003-02-10    
2003-02-10    
2003-12-20    
2003-12-08    
2003-12-05    
2003-12-01    
2003-09-30    
2003-08-30    
2003-08-30    
2003-09-18    
2003-09-15    
2003-09-10  

 

2003-09-08    
2003-08-02    
2003-08-01    
   
   
   
   





 Copyrigh © 2002 Lin Trading Co., Ltd............  
<% Set rs = Nothing CONN.Close %>