<%@ LANGUAGE="VBSCRIPT" %> Rico LiveGrid-Example 1

 

<% const numcol=15 for c=1 to numcol response.write "" next %> <% for r=1 to 100 response.write vbLf & "" response.write "" for c=2 to numcol response.write "" next response.write "" next %>
Column " & c & "
" & r & "Cell " & r & ":" & c & "