xsl-list
[Top] [All Lists]

RE: Use of ampersands in name value pairs of a url

2004-04-23 06:59:41

Thanks David, that works now.

To summarise,

If you type:

?one=value1&two=value2&three=value3

directly into IE's address bar, it will fail.  However, you can safely
use it for the src attribute:

<img src="http://1.2.3.4?img=foo.gif&amp;test=true"/> 

cheers
andrew



<Prev in Thread] Current Thread [Next in Thread>