%@ page contentType="text/html;charset=SJIS" %>
<%@ page language="java" import="java.lang.*,java.sql.*,java.io.*,java.text.*,java.util.*,javax.servlet.http.*, javax.servlet.*" %>
RRC 株式会社 - Ezine (upFront)
<%
String pathhtm=application.getInitParameter("path_htm");
String pathtxt=application.getInitParameter("path_txt");
String pathheadings=application.getInitParameter("path_headings");
String homeheadings=application.getInitParameter("home_headings");
%>
<%@ include file="ezinegif.html" %>
<%@ include file="finale_rrc_ezine_Home_tab.html" %>
カーソルをバックナンバー及び検索のボタン上に移動したら詳細情報が表示されます。
新規購読の申し込み
購読申し込みをして頂きますと毎週「海外CAD事情」を電子メールで送付します。購読は無料です。
|
|
|
<%
String pnFilename = "prev_next_hmpg.txt";
File pnFile = new File (homeheadings+pnFilename);
if (pnFile.exists()){
FileReader frPrevNext = new FileReader(homeheadings+pnFilename);
BufferedReader brPrevNext = new BufferedReader(frPrevNext);
String strPrevNext;
int pnFlag=0;
while(( strPrevNext = brPrevNext.readLine()) != null)
{
//out.print(s);
String strstringPrevNext = strPrevNext;
char[] strPn=strstringPrevNext.toCharArray();
int pnSize = strstringPrevNext.length();
for (int j=0; j");
}
else if (pnFlag == 2) // if previous font tag is open (BLOCK)
{
out.print("");
}
out.print(" ");
out.print("");
pnFlag=1;
}
else if ((j+5 < pnSize) && (strPn[j] == 'B') && (strPn[j+1]=='L') && (strPn[j+2]=='O') && (strPn[j+3]=='C')&& (strPn[j+4]=='K')&& (strPn[j+5]== ':') )
{
j+=6;
if (pnFlag == 1) // if previous font tag is open (HEADING)
{
out.print("");
}
else if (pnFlag == 2) // if previous font tag is open (BLOCK)
{
out.print("");
}
out.print("");
pnFlag=2;
}
out.print(strPn[j]);
} //for
if (pnFlag == 1) // if previous font tag is open (HEADING)
{
//out.print("");
out.print(" ");
}
else if (pnFlag == 2) // if previous font tag is open (BLOCK)
{
//out.print("");
out.print(" ");
}
}// end of inner while loop
out.print("");
} // eof if file exists
%>
|
|
Search |
|
|