What i usually do is declare a "dummy" variable and then count in the loop.
For example:
i = 1
<tr>
<% WHILE NOT objRS.EOF
i = 1 + i
Response.Write "<td>" & whatever & "</td>"
IF i = 4 THEN
Type: Posts; User: twick; Keyword(s):
What i usually do is declare a "dummy" variable and then count in the loop.
For example:
i = 1
<tr>
<% WHILE NOT objRS.EOF
i = 1 + i
Response.Write "<td>" & whatever & "</td>"
IF i = 4 THEN
I will help you do it for free. Its not as hard as you may thing, just ask away.
You can unless you have the original source files. DLL's have been compiled.