This topic is locked

Add to List -Button

6/2/2011 5:43:42 AM
ASPRunnerPro General questions
E
ericF author

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}&amp;article={$articlenumber_value}&amp;sevent=" % <% (?event_desc?))>add to Order</A>

..works not.

Is there any idea to fix it ?
best regard
ericF

(sry, for my bad english)