|
Posted by kchayka on 10/27/54 11:21
CyberDroog wrote:
>
> The part: onclick="location.href='%item-url%' seems to be the problem since
> it is surrounded by single quotes. When it comes across a folder name such
> as: CD's
If you insist on using quote marks in file or folder names, you should
url-encode them in the HTML, i.e.
item-url = "CD%27s"
Do this with any character other than letters, numbers, dashes,
underscores or periods, and you won't have any browser troubles.
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Navigation:
[Reply to this message]
|