yes!
server.URLencode that´s the perfect solution rigth now

thx a lot Ian and people!


----- Original Message ----- From: "Ian Thomas" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <[email protected]>
Sent: Wednesday, March 29, 2006 4:34 PM
Subject: Re: [Flashcoders] "+" simbol issue help


Hi Alfredo,

Having just done a quick Google - instead of transforming each "+"
symbol, just call this:

Server.URLEncode(myString)

where myString is the value you want to encode.

For example:

&titulo3=<%=Server.URLEncode("Here is my text with a + in it")%>

Or something similar.

Cheers,
 Ian


On 3/29/06, Alfredo Laguia <[EMAIL PROTECTED]> wrote:
first:
Yes, it is verdana type and i've embedded the font as always, as the rest of
the symbology

well at least, with the encode, as a  %2B.
i can see the symbol, and i can keep working on
the problem is, i need to change my asps to transform every "+" symbol with
%2B....


thx a lot

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to