mac.bjarnedm@get2net.dk wrote: >The following > <a href="breve/breve.html?MD=0&_c=0" target="teksten">Breve</a> >gives > >line 29 column 67 - Warning: unescaped & or unknown entity "&_c" That error is correct. The markup should read as either: <a href="breve/breve.html?MD=0&_c=0" target="teksten">Breve</a> which the browers will translate back to & before submission to the server, or use <a href="breve/breve.html?MD=0;c=0" target="teksten">Breve</a> which will require a corresponding adjustment to the script (client- or server-side) on that HTML page that handles those fields to allow ; to be a synonym for &.Received on Tuesday, 20 June 2000 15:32:48 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:25 GMT