troubleshoot error
Hi All,
Ok, when my page is loaded I don't get an errors but when I try to click on this to expand and collapse I get an "Object Expected" error but it does expand and collapse the group when clicked.
Can you take a peek and see if I'm doing something wrong here?
Thanks!
Code:
If CStr(strCurrentGrp)<>CStr(strLastGrp) Then
If strLastGrp <> "" then
Response.Write("</tbody>")
End If
Response.Write("<tr bgcolor=#D3D3D3><td colwidth=""100"" colspan=""15"" class=""group""><a href=""#"" onclick=""toggleItem('linkgroup" & rs("GrpID") & "'); return toggleTbody('" & rs("GrpID") & "');"" id=""link" & rs("GrpID") & """>[-]</a><i> " & strCurrentGrp & "</i></td></tr>")
Response.Write("<tbody id=""linkgroup" & rs("GrpID") & """>")
Rebelle, August 13th, 2009 11:46 AM
Bookmarks