17 Oct
2001
17 Oct
'01
9:29 p.m.
oms101@freeuk.com writes:
but what is wrong with <a href="/path/to/myscript?foo=bar&mine=mine">this</a>
Since when has &mine=mine been a valid entity? It should be: <a href="/path/to/myscript?foo=bar&mine=mine">this</a> ...if you're writing it as HTML. -- MJR