set url "page?[export vars name]"
in the tcl file.
Then in your adp you would have:
a href="@url;noquote@"
<a href="@url@">
rather than
<a href="@url;noquote@">
? As far as I can see we still need to encode the &'s.