Can someone please help me debug the following 2 lines from Active_users.asp
I've tried to modify it so that it will jump directly to an IP search.
Around line 180...
response.write " <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><a href=""http://www.dnsstuff.com/tools/whois.ch?ip=""" target="_blank"">http://www.dnsstuff.com/ns-lookup.shtml?ip=</a>" & ChkString(rsAM("AU_IP"), "display") & """ target=""_blank"">" & ChkString(rsAM("AU_IP"), "display") & "</a></font></td>" & VBNewLine
and around line 225...
response.write " <td bgcolor=""" & CColor & """ align=center valign=middle nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><a href=""<a href="http://www.dnsstuff.com/tools/whois.ch?ip=" target="_blank">http://www.dnsstuff.com/ns-lookup.shtml?ip=</a>" & ChkString(rsAG("AU_IP"), "display") & """ target=""_blank"">" & ChkString(rsAG("AU_IP"), "display") & "</a></font></td>" & VBNewLine
Kind regards