If param1 and param2 are from javascript:

1) You can not write the code in headers as you have current written you
will have to use something like the following:
<h3><a id='url_with_params'>....</a></h3>

// javascript function:
function generateURL(param1, param2) {
   url = '/action/' + param1 + "/" + param2;
   $("url_with_params").attr('href', url);
}

On Sun, May 20, 2012 at 7:41 PM, Ashraf Mansour <ad...@aqar-riyadh.com>wrote:

> both
>
> <h3><a href="{{=URL('action')}}/**param1/param2">....</a></h3>
>
> and
>
> <h3><a href={{=URL('action')}}/**param1/param2>....</a></h3>
>
>
> are not working ( they are not showing the values of param1 and param2 )
>
>
>>


-- 
-- 
Regards,
Bruce Wade
http://ca.linkedin.com/in/brucelwade
http://www.wadecybertech.com
http://www.fittraineronline.com - Fitness Personal Trainers Online
http://www.warplydesigned.com

Reply via email to