1) Script Title: Circling Text Trail
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...circletext.htm
3) Describe problem: I am using ASP. I am selecting a random phrase from a SQL database (that contains 39 different languages) to use as the text displayed in the Circling Text Trail. The phrase contains extended characters in the &###; format. My editor and browser converts this to the proper character. The script does NOT translate the &###; to the character and displays the phrase with the &###;.
Code:// Browser and editor will display: "Chào mừng bạn đến với trang web." // Although this forum dialogue box will convert to the proper symbols, // the javascript displays with the &###; // To show sample phrase here, I am replacing the # with a - ... // replace all - with a # for proper extended character value. // Chào m&-7915;ng b&-7841;n &-273;&-7871;n v&-7899;i trang web. // Your message here (QUOTED STRING) var msg = "Chào mừng bạn đến với trang web.";



Reply With Quote
Bookmarks