Files
2026-02-23 10:01:00 +09:00

16 lines
203 B
Plaintext

<%
If poc_topinclude = "" Then ' 없으면 기본으로..
%>
<!--#include virtual="/content/poll/top_html.asp" -->
<%
else
server.execute(poc_topinclude)
End If
response.write poc_tophtml
%>