回首頁
    
   
歡迎光臨

國家圖書館
第一次使用者,請您下載全文瀏覽器。



<%if(checkBox.indexOf("A") != -1){%> <%}%> <%if(checkBox.indexOf("B") != -1){%> <%}%> <%if(checkBox.indexOf("C") != -1){%> <%}%> <%if(checkBox.indexOf("D") != -1){%> <%}%> <%if(checkBox.indexOf("E") != -1){%> <%}%>
: : 請選擇資料庫後點選圖示進入查詢 : :
中國期刊題錄資料庫
中國博碩士論文全文資料庫
中國重要報紙全文資料庫
 中國重要會議論文全文資料庫

金珊資訊有限公司 地址 : 235 台北縣中和市建一路 166 號 10 樓 - 1 電話 : (02) 8226-3123 傳真 : (02) 8226-3188
南部辦公室 : 802 高雄市苓雅區福建街51號4樓-1 電話:(07) 333-7702 傳真:(07) 333-9348
金珊資訊 版權所有 © 2003 Chin Shan Information Service Co.,Ltd All Rights Reserved
最佳瀏覽環境:* 螢幕解析度 1024x768 * 搭配瀏覽器版本 IE 6.0 / Netscape 7.0
<% String height = ""; String width = ""; String message = ""; String state = ""; //Checking Message Board Definition File objectFile = new File(rootpath+"/boards"); String fList[] = null; fList = objectFile.list(); for(int i = 0 ; i < fList.length ; i++){ File boardFile = new File(rootpath+"/boards/"+fList[i]); if(fList[i].lastIndexOf(".def") != -1){ String unit = sp.loadText(rootpath+"/boards/"+fList[i]); state = ps.getSpecificElement(unit,"|",0); height = ps.getSpecificElement(unit,"|",1); width = ps.getSpecificElement(unit,"|",2); message = ps.getSpecificElement(unit,"|",3); if(state.equals("open")){ ps.saveTextFile(rootpath+"/boards/temp"+fList[i]+".html",message,false); %>