<center>
<H4>Demo New Poll </H4>
<%
Set poll1 = Server.CreateObject("eBizTSWebModules.Poll")
count = poll1.AddNew
Set poll1 = Nothing
Response.Redirect "EditPoll.asp?iid=" & count
%>
<P>Count is: <%=count%>
<a href=ListPoll.asp>Back to List</a>
</center>