logo

New Response

« Return to the main article

You are replying to:

  1. Here is the code for my previous and next links:

    Previous

    ThisDBW := @ReplaceSubstring (@Subset (@DbName; -1); "\\" : " "; "/" : "+"); @If((@Text(Start)>"1"); "{<a class=ul href=\"/" + ThisDBW + "/Search?SearchView&Query=" + @ReplaceSubstring(Query; " "; "+") + "&Start=" + @Text(Start - Count) + "&Count=" + @Text(Count) + "&SearchWV=1&SearchFuzzy=1\">&lt&ltprevious</a>}"; "&lt&ltprevious")

    Next

    ThisDBW := @ReplaceSubstring (@Subset (@DbName; -1); "\\" : " "; "/" : "+"); @If((Hits >= Count); "{<a class=ul href=\"/" + ThisDBW + "/Search?SearchView&Query=" + @ReplaceSubstring(Query; " "; "+") + "&Start=" + @Text(Start + Count) + "&Count=" + @Text(Count) + "&SearchWV=1&SearchFuzzy=1\">next&gt&gt</a>}"; "next&gt&gt")

    Ed's Note: Replace {} brackets with [] brackets.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: