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 -
--~--~---------~--~----~------------~-------~--~----~
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