[thelist] Help Finding & Fixing VBScript Error... Continued

Ken Schaefer ken.schaefer at gmail.com
Sun Mar 13 18:12:03 CST 2005


365                     <%
366                     <%end if%>

You have two opening <% one after the other. 
After the first <%, ASP is expecting some kind of statement, instead
it's seeing a second <%, hence "expected statement" error.

Cheers
Ken



On Sun, 13 Mar 2005 10:25:47 -0800 (PST), Administrative HQ
<english_offline at yahoo.com> wrote:
> 
> Hello.
> 
> I seem to have managed to get by all the error notices
> except one (I hope). I'm almost to the end of the
> page, so there can't be many more (famous last
> words?).
> 
> Right now, I'm getting:
> ********************
> Microsoft VBScript compilation error '800a0400'
> 
> Expected statement
> 
> /pay_paypal.asp, line 366
> 
> <%end if
> ^


More information about the thelist mailing list