I have no idea what you are talking about with "old style" and "new style". The url I gave is the result of doing what Dave Bauer suggested:
In tcl file
set volt 2
set amp 3
set url "calculate-resistance?[export_vars [list volt amp]]"
and in the adp:
<a href="@url;noquote@">
My suggestion was to replace the last line with just
<a href="@url@">
Please tell me how this should be "fixed using the new style".