%
'====================================================================
' Wine Research
'====================================================================
%>
<%
Call NoCaching()
Call DBOpen()
Dim strTable : strTable = "wine_research_wine"
Dim intNo_RS : intNo_RS = Request("intNo_RS")
If intNo_RS = "" Then intNo_RS = GetResearchNo()
Dim intYear, intMonth, strTitle, strWriter, strImg_title, strImg_Content1, strIntro
Dim blnResult
Dim strPath
blnResult = GetResearchInfo2(intNo_RS, intYear, intMonth, strTitle, strWriter, strImg_title, strImg_Content1, strIntro)
If Not blnResult Then
JsMsg "","location.href='/';",True
Else
strWriter = ChgTextMode(strWriter,False)
' strIntro = ChgTextMode(strIntro, True)
strIntro = Replace(strIntro, chr(13)&chr(10), "
")
End If
strPath = GetImgPathWeb_Research(intYear, intMonth)
strPath = strPath & "/"
Dim objRs, sql
set objRs = Server.CreateObject("ADODB.Recordset")
sql = "select strWineCode, intYear_Make, strName_Kor, strName_Eng from " & strTable
sql = sql & " where intNo_RS=" & intNo_RS & " order by strWineCode"
objRs.open sql, objConn, 0,1,1
If objRs.Eof Then
blnResult = False
Else
blnResult = True
End If
%>
|
![]() "
Response.Write " "
End If
%>
<%=strWriter%>
<%
If strImg_Content1 <> "" Then
Response.Write "
|