I'm trying to reinvent the wheel... I haven't found a version of the "Complain to Moderator" mod for 3.4, so I'm taking a simpler approach.
What I'd like to do is something like this:
Response.Write " <a href=""JavaScript:openWindow('pop_mail.asp?id=1')"">" & getCurrentIcon(strIconTD,"Report to Admin","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
However, I'd like it to automatically provide the text of the message with a link to the topic. Looking at the method used to respond to a post, I assume it'd have to have the " & strRqTopicID & " inserted into the strMessage variable like below. Unfortunately, the strMessage variable isn't being populated. What am I missing?
Response.Write " <a href=""JavaScript:openWindow('pop_mail.asp?id=1&strMessage=" & Topic_ID & "')"">" & getCurrentIcon(strIconTD,"Report to Admin","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine