최초등록
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<%
|
||||
If poc_topinclude = "" Then ' 없으면 기본으로..
|
||||
%>
|
||||
|
||||
<!--#include virtual="/content/poll/top_html.asp" -->
|
||||
|
||||
<%
|
||||
|
||||
else
|
||||
server.execute(poc_topinclude)
|
||||
End If
|
||||
|
||||
response.write poc_tophtml
|
||||
|
||||
%>
|
||||
Reference in New Issue
Block a user