Hi,
You must put this code in the end of the head of the page:
<% if request("PARAM") <> "" then %> <script language="javascript" > curParams.letter = "<%=request("LETTER_PARAM") %>"; </script> <% end if %>
You must replace the LETTER_PARAM with the right letter parameters you want set the paging, must be set in the edit page
and the PARAM with a parameters name you put from the edit page to recognize you are returned from the edit
Gianluigi |
|
|