Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
dim i : i = 0
while not oRS.EOF
i = i+1
if i mod 3 = 0 then
if i <> 0 then response.write("</div>") end if
response.write("<div>")
end if
response.write(oRS.Fields("some_field"))
oRS.MoveNext
wend
if i > 0 then response.write("</div>") end if