/asp/freeapps/pollmentor/pollmentorhist.asp
<%
OPTION EXPLICIT
Response.Buffer = True
%>
<!--#include file="incpollmentor.asp"-->
<!--#include file="include_classes.asp"-->
<!--#include file="template.asp"-->
<!--#include file="include_htmlgen.asp"-->
<%
Dim oPoll
Dim sContent
sContent = Html_GenerateHistoryPolls(500)
Template_Write "PollMentor - Old polls", sContent, "<h2>Hello</h2><p>This is a text of something bla bla</p>"
%>