I have this lines of code here, when i run in my computer it works fine, but online it gives me the error that you can see on the end of this post
...
<%
vtpg1 = rsRes("resp1"

vtpg2 = rsRes("resp2"

vtpg3 = rsRes("resp3"

if rsRes("totalvotos"

<FONT SIZE="" COLOR="orange">Ainda não foram introduzidas respostas na votação seleccionada</FONT><br>
<A HREF="#" onclick="history.back()">Voltar</A>
<% else %>
<%
results1 = rsRes("resp1"


results2 = rsRes("resp2"


results3 = rsRes("resp3"


%>
</div>
<table border="0" align="center">
<tr>
<td colspan="4"><FONT SIZE="" COLOR="orange"><%=rsRes("Assunto"

</tr>
<tr>
<td width="35"><FONT SIZE="" COLOR="orange"><%=rsRes("Perg1"

<td width="7"><img src="Imagens/amarelo.jpg" width="<%=rsRes("Resp1"

-->This is line 57<td width="20"><FONT SIZE="2" color=orange><%=FormatPercent(results1,1)%></FONT></td>
<td width="71"><FONT SIZE="2" color=orange>(<%=vtpg1%>)</FONT></td>
</tr>
...
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'FormatPercent'
/votos/results.asp, line 57
Can anyone tell me what's the problem, i'm running on Brinkster