We are using an own search form and ASP.NET. I would like to add the anchor #content in the page navigation of the result page (Next page, prev. page...). Is this possible?
I cannot do this in the Link Back Url like this: search.aspx#content because the url parameters are added after the Url (search.aspx#content?zoom_query=.....), but the anchor must be at the end.
Thank you.
I cannot do this in the Link Back Url like this: search.aspx#content because the url parameters are added after the Url (search.aspx#content?zoom_query=.....), but the anchor must be at the end.
Thank you.
Comment