
07-12-2007
|
| Administrator
Join Date: Dec 2006
Posts: 6,131
BRL$: 50,626.16 Thanks: 4
Thanked 26 Times in 23 Posts
Rep Power: 658 | | formmail.asp problem - Subscript out of range * *Microsoft VBScript runtime error '800a0009'**Subscript out of range: '[number: 2]'* */formmail.asp, line 96* Here is the problem code (line 96 is in red): '---------------------------------------------------------------------------------------------------- 'verify the referer '---------------------------------------------------------------------------------------------------- referer = request.ServerVariables("HTTP_REFERER") referer = split(referer,"/") url_verified = "no" for icounter = Lbound(url) to Ubound(url) ' if referer(2) = url(icounter) then url_verified = "yes" end if next if not url_verified = "yes" then response.write("The url specified is invalid!") response.End end if CAN ANYONE PLEASE HELP??!!!! To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ Jason p. - Administrator █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
To receive latest updates about BRL Forums, Subscribe to Latest Updates Thread.
| | | |