RE: eCommerce links-non compatible with Validator.

I thought that might be the case but unfortunately these links are for
ordering the product assigned to that link. The link is created by the
ecommerce software when it is entered into the database. We won't be able
to change it to '&' or else the link won't function.

Thanks for the quick response!
Kevin

***********************************************

>I thought the problem might have been with the '&' character in the
>parameter strings. To be compatible, the actual link needs to contain
>'&' instead of just '&':
>
>Good: <a href="http://www.test.com/script.asp?Parm1=ABC&amp;Parm2=DEF">
>
>Bad: <a href="http://www.test.com/script.asp?Parm1=ABC&Parm2=DEF">
>(Results in 'general entity "Parm2" not defined' etc.)

Received on Wednesday, 22 March 2000 15:21:47 UTC