16 lines
203 B
Plaintext
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
|
|
|
|
%>
|