Hi just wonder if here are some that can help me with a boxover.
Here is the code that i whant boxover in.
'Display the subject of the topic
Response.Write(vbCrLf & " <a href=""forum_posts.asp?TID= " & lngTopicID & "&PN=" & intRecordPositionPageNum )
If intPriority = 3 Then Response.Write("&FID=" & intForumID & "&PR=3")
Response.Write(""" target=""_self"" title=""" & strFirstPostMsg & """>" & strSubject & "</a>")
thanks