DJ5A
Junior Member
163 Posts |
Posted - 03 November 2002 : 12:01:41
|
Hello Everybody:
I found it, This Will pull the Member Name in the Confirmation Window & in the E-mail:
I changed this: if mLev > 0 then Response.Write " <a href=""JavaScript:openWindow('pop_flagmod.asp?MEMBER_NAME=" & Member_Name & "&TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & "')"">" & getCurrentIcon(strIconFlag,"Flag Topic For Review","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
to this code changed in red: if mLev > 0 then Response.Write " <a href=""JavaScript:openWindow('pop_flagmod.asp?M_NAME=" & Member_Name & "&TOPIC_ID=" & Topic_ID & "&REPLY_ID=" & Reply_ReplyID & "')"">" & getCurrentIcon(strIconFlag,"Flag Topic For Review","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
I'm Very Happy with the Mod!
Thank a Million! |
Thank You for Your Time!!!!! DJ5A |
|
|