Ok, so Google is your friend. I searched for "documentation asp url
encode" and the first hit was this:
http://msdn.microsoft.com/en-us/library/aa332850(VS.71).aspx

I am not sure if that's the one to use - again, I don't know anything
about ASP - but to me it looks correct.

--Klaus





On 10 Nov., 11:44, led <[EMAIL PROTECTED]> wrote:
> please help me with this.More than 2 days and no solution.
>
> On 9 Nov, 17:03, flakron <[EMAIL PROTECTED]> wrote:
>
> > why don't you user jquery .ajax method?
>
> > On Nov 9, 6:01 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > There should be a method for this in any language that is used for web
> > > development. You have to look that up in the documentation. Looks like
> > > you're using some ASP flavor, which I haven't ever used and don't know
> > > anything about.
>
> > > --Klaus
>
> > > On 9 Nov., 17:40, led <[EMAIL PROTECTED]> wrote:
>
> > > > how can i do that?
> > > > code :
> > > > <li>
> > > > <a href='/form.asp?cod_casa=<%=fp_rs("cod_casa")%>&nm_mes=<
> > > > %=request("nm_mes")%>' title='<%=2-5-2'>
> > > > <span>Reservar</span></a></li>
>
> > > > On Nov 9, 11:38 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
> > > > > If you need to use the % character in an url you have to encode it,
> > > > > because this character itself is used to encode characters in an url.
> > > > > A space for example becomes "%20" in an url.
>
> > > > > --Klaus
>
> > > > > On 9 Nov., 01:41, led <[EMAIL PROTECTED]> wrote:
>
> > > > > > Hi.
> > > > > > I' using ui tabs in ajax mode. The problem is that some characters
> > > > > > like the '%'  that im sending in a parameter is not displaying.
> > > > > > I'm using it for returning all values in a sql query. Everithing is 
> > > > > > ok
> > > > > > if i send 1,2,3,... but if i need to send the % ... the query don't
> > > > > > return the desired results, because the character dont display.
> > > > > > It is something about the GET/POST  . I've noted that is GET by
> > > > > > default , how can i fix this.- Hide quoted text -
>
> > > > > - Show quoted text -- Ocultar texto citado -
>
> > - Mostrar texto citado -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to