<center>
<H4>Demo New ScrollWin </H4>
<%
Set scrollwin1 = Server.CreateObject("eBizTSWebModules.ScrollWin")
count = ScrollWin1.AddNew
Set ScrollWin1 = Nothing
Response.Redirect "EditScrollWin.asp?iid=" & count
%>
<P>Count is: <%=count%>
<a href=ListScrollwin.asp>Back to List</a>
</center>