kezfin
11-16-2010, 08:28 PM
Can anyone help me with the following error message and correlating script please. I think it's just a simple omission. Any help appreciated. Thanks
Microsoft VBScript compilation error '800a0400'
Expected statement
/shop$db.asp, line 3083
end sub
^
sub ShopWriteHeaderBox (msg)
%>
<div class="comment_title fontbold"><%=msg%></div>
<div class="comment_text">
<div class="blog_review_container" >
<%
end sub
sub ShopWriteFooterBox (yesbr)
%>
</div>
</div>
<%
if lcase(trim(yesbr)) = "yes" then
%>
<br />
<%
end if
end sub
Microsoft VBScript compilation error '800a0400'
Expected statement
/shop$db.asp, line 3083
end sub
^
sub ShopWriteHeaderBox (msg)
%>
<div class="comment_title fontbold"><%=msg%></div>
<div class="comment_text">
<div class="blog_review_container" >
<%
end sub
sub ShopWriteFooterBox (yesbr)
%>
</div>
</div>
<%
if lcase(trim(yesbr)) = "yes" then
%>
<br />
<%
end if
end sub