<center>
<H4>Demo Edit Poll </H4>
<%
Set poll1 = Server.CreateObject("eBizTSWebModules.Poll")
if Request("iid") <> "" Then
poll1.iid = Request("iid")
else
poll1.iid = 1
end if
%>
<P>Editing Instance ID: <%=poll1.iid%></P>
<%
Poll1.Edit
Set Poll1 = Nothing
%>
<a href=ListPoll.asp>Back to List</a>
</center>