<html>
<head></head>
<body>
<center>
<H4>Demo View ScrollWin </H4>
<%
if Request("iid") <> "" Then
i = Request("iid")
else
i = 1
end if
Set scrollwin1 = Server.CreateObject("eBizTSWebModules.ScrollWin")
' id = 1
ScrollWin1.iid = i
ScrollWin1.View
Set ScrollWin1 = Nothing
%>
<a href=ListScrollwin.asp>Back to List</a>
</center>
</body>
</html>