ad_partner_url_with_query { url " " }What it does:
Returns the current url (or the one specified) with all queries correctly attachedDefined in: /web/philip/tcl/ad-partner-defs.tcl
Source code:
if { [empty_string_p $url] } { set url [ns_conn url] } set query [export_ns_set_vars url] if { ![empty_string_p $query] } { append url "?$query" } return $url