Coming back here, again... Here's the thing:
The code I posted earlier works fine when the #urlDestino# is already set as in
<cfset urlDestino = "https://sistemas.dnpm.gov.br/SCM/Extra/site/admin/dadosProcesso.aspx?n umero=861738&ano=2013" />
. But I need to see a new numero and a new ano and I can't do it because there's no other way to set a new value to them in the code.
How can I set a new urlDestino like:
<cfset urlDestino = "https://sistemas.dnpm.gov.br/SCM/Extra/site/admin/dadosProcesso.aspx?n umero=#newnumero#&ano=#newano#" /> ?