Results 1 to 2 of 2

Thread: help with Ajax Pagination script v1.2.2

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry help with Ajax Pagination script v1.2.2

    1) Script Title: Ajax Pagination script v1.2.2

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nate/index.htm

    3) Describe problem:
    i have managed to get the script going but im having 1 problem
    instead of showing ">>" for next/prev pages it shows question marks
    ?

    problem page is here : www.cyba.fm/archives/0.php

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm not certain, but this could very well be an encoding issue. If so, there are two basic approaches (possibly more):

    • Make sure the encoding for how the page is served (often by the meta tag content http-equiv="Content-Type" method, but also often overridden by server Content-Type directive) is correct to display >> as >>.

      OR

    • Use the HTML entity for the character in place of the literal > character. You may replace '>' with '&gt;' and it may resolve the problem. For '<' use '&lt;'.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •