<%@codepage =932%> <% Function showString(string) str = replace(string, "&", "&") str = replace(str, "<", "<") str = replace(str, ">", ">") Str = replace(Str, Chr(34), """) str= replace(str,chr(32)," ") showString = replace(str, chr(13) & chr(10), "
") end Function idx = request("idx") if idx="" then response.write "" else sql = "select * from tvpgm where idx="&idx rs.open sql,dbconn,1 if rs.eof then response.redirect "sub_1.asp" else %> 株式会社 メディア・ワン テレビ番組紹介
 
Home > 作品情報 > テレビ番組
<%=rs("b_title")%>
<%=rs("b_broad")%> <%=rs("b_broad_date")%>
<% if rs("b_file")<>"" or rs("b_file1")<>"" or rs("b_file2")<>"" then %> <%end if%>
<%if rs("b_file")<>"" then%>
" width="160" height="100" onclick="imgResize('/data/video/<%=rs("b_file")%>')" style="cursor:hand">
<%end if if rs("b_file1")<>"" then %>
" width="160" height="100" onclick="imgResize('/data/video/<%=rs("b_file1")%>')" style="cursor:hand">
<% end if if rs("b_file2")<>"" then %>
" width="160" height="100" onclick="imgResize('/data/video/<%=rs("b_file2")%>')" style="cursor:hand">
<%end if%>
<%=showString(rs("b_content"))%>
<% if session("media_admin")<>"" then%> <%end if%> ">
 
<% end if end if %>