Hi mansii, I have a problem to implement code from FAQ. The problem occurs when I try to output url parameters. Because I need to resubmit form to keep search results when I sort, I use javascript submit() function. When I add #changeOrder('entrydate')# to it, it gives me Javascript syntax error... my code looks like this...could you please help me to find the problem?
<a href="javascript:document.getElementById('sortdate').submit();&#changeOrder('entrydate')#">Date:</a>