<%
'This will capture all projects that have a sub category related to Toilet
For lnLoopCounter = 0 to Ubound(MyArray,2)
if MyArray(projectCat_Sec,lnLoopCounter) ="Woodworking" then
%> <%=MyArray(projectTitle,lnLoopCounter)%> <%
end if
Next%> |
|
<%
'This will capture all projects that have a sub category related to Toilet
For lnLoopCounter = 0 to Ubound(MyArray,2)
if MyArray(projectCat_Sec,lnLoopCounter) ="Workshop" then
%> <%=MyArray(projectTitle,lnLoopCounter)%> <%
end if
Next%>
<%
'This will capture all projects that have a sub category related to Toilet
For lnLoopCounter = 0 to Ubound(MyArray,2)
if MyArray(projectCat_Sec,lnLoopCounter) ="Restoration" then
%> <%=MyArray(projectTitle,lnLoopCounter)%> <%
end if
Next%>
<%
'This will capture all projects that have a sub category related to Toilet
For lnLoopCounter = 0 to Ubound(MyArray,2)
if MyArray(projectCat_Sec,lnLoopCounter) ="Walls" then
%> <%=MyArray(projectTitle,lnLoopCounter)%> <%
end if
Next%> 
<%
'This will capture all projects that have a sub category related to Toilet
For lnLoopCounter = 0 to Ubound(MyArray,2)
if MyArray(projectCat_Sec,lnLoopCounter) ="Painting" then
%> <%=MyArray(projectTitle,lnLoopCounter)%> <%
end if
Next%> |