Hello Masters!
I'll place a link after every row (articles) on the list-page with variables from additional asp-code like:
(exmpl.: event_desc = Server.HtmlEncode(Request("event_desc"))
Further I need a variable from asprunner like: {$username}
My link must contain both variables, I trie'd it in this way:
<A href="hestart.asp?user={$username}&article={$articlenumber_value}&sevent=" % <% (?event_desc?))>add to Order</A>
..works not.
Is there any idea to fix it ?
best regard
ericF
(sry, for my bad english)