On Mon, 2008-03-17 at 15:24 -0700, Josh Canfield wrote:
> If I am understanding you correctly, you are getting something like
> this in your source:
> 
> <iframe src="http://host/page?arg1=val1&arg2=val2";></iframe>
Nope, unfortunately I get src="http://host/page?arg1=val1&amp;arg2=val2";
so the & is rendered as &amp;

Cheers,
Martin


> That is actually the correct behavior and it shouldn't be causing a
> problem in your browser. Are you seeing a problem?
> 
> http://htmlhelp.com/tools/validator/problems.html#amp
> 
> Josh
> 
> 
> On Mon, Mar 17, 2008 at 1:18 PM, Martin Grotzke
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have a an html element (iframe) that get's a property of my page class
> > (the current query string) appended to its src attribute.
> >
> > The query string may contain the "&" char, which always gets expanded as
> > "&amp;". Is there any possibility to prevent T5 from encoding this char?
> >
> > Thanx && cheers,
> > Martin
> >
> >
> >
> 
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to