I've recently developed a site using Joomla (PHP). The problem occurs when an IE6 user clicks on a link to a component item within the site. An error message is displayed saying IE can not display the page. All other links work in IE6, it's only when the link is to a component element that IE6 generates the error message.

The link looks something like this: www.sitename.com/component/option,com_ezautos/Itemid,26/

Is it perhaps IE6 has a problem with commas? I'm at a loss.

Any assistance would be greatly appreciated. Thanks

Try using %2C in place of the comma. 2C is the Hex reference for a comma, so it should be valid for all other browsers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.