% sqltext = "Select * From Careers Order By Title" rs.Open sqltext, Conn %>
<% thecolor = 0 if NOT rs.BOF then while NOT rs.EOF ID = rs("id") Title = trim(rs("Title")) thecolor = thecolor + 1 if thecolor = 2 then bgcolor="White" thecolor=0 else bgcolor="CCCCCC" end if jsTitle = replace(Title,"'","") response.write "
" rs.movenext wend end if %> " & Title & _ " Update Job Delete Job