Results 1 to 2 of 2

Thread: i need your help about Ajax Tabs Content script.

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

    Unhappy i need your help about Ajax Tabs Content script.

    1) Script Title: Ajax Tabs Content script

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...axtabscontent/

    3) Describe problem:
    I'm Korean. I need to use Ajax Tabs Content script with Korean language. So, I modified one of external file (eg.external2.html), writing Korean language. But it didn't work.
    Could you give a help?

  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

    You generally need to use numbered or named entities on the external page to represent non-standard characters. Sometimes even the javascript hex escaped characters.

    Example of a named entity:

    &

    Example of a numbered entity:

    ¥

    Example of a javascript hex escaped character:

    \xa5
    - 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
  •