
compilation error '800a0400'
Hi,
My website link is returning the following error, and I am
not sure how to troubleshoot, can you help?
Thanks,
Steve
Microsoft VBScript compilation error '800a0400'
Expected statement
/admin/update_press.asp, line 203
=
^
My ASP code is as follows with line 203
reading <% end if %>
<% if EkoRst.Fields("upload_file")<>"" then %>
<tr>
<td align=right><font face="Arial" size=-1>Current
File:</font>
</td>
<td><input type="text" name="curFile" size=20
maxlength=100 value="<%= server.htmlencode(EkoRst.Fields
("upload_file"))%>">
</td>
</tr>
<% end if %> (line 203)