12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
<%
|
|
response.write poc_btmhtml
|
|
|
|
if poc_btminclude = "" then '없으면 기본으로..
|
|
%>
|
|
<!--#include virtual="/content/poll/bottom_html.asp"-->
|
|
<%
|
|
else
|
|
server.execute(poc_btminclude)
|
|
end if
|
|
%>
|