I had a coding error reported on a clickable image (syntax error in condition) that took ages to track down.
Part of the link was &Shop=
Changing this to &Shop got rid of the error.
Is this a common feature of parameter strings in v8, or have I found the only place where entities must be used?
Part of the link was &Shop=
Changing this to &Shop got rid of the error.
Is this a common feature of parameter strings in v8, or have I found the only place where entities must be used?
Comment