|
Slink-e / CDJ Discussion Archive #5 Re: Trouble with CoversPosted By: Jeroen Sonnemans <scarlet@e...> In Response To: Re: Trouble with Covers (Jeroen Sonnemans)
okay, looks like I only changed this to get rid of the URL error... In the "InetForm" change: szFormReply = Mid(szFormReply, InStr(LCase(szFormReply), "src=") + 5) to: If InStr(LCase(szFormReply), "src=") Then szFormReply = Mid(szFormReply, InStr(LCase(szFormReply), "src=") + 5) End If save and recompile... All should be well now. Hope this helps... Jeroen
Slink-e / CDJ Discussion Archive #5 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |