escaping characters

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike P

    escaping characters

    I need to put the following code within a <% %> block :

    <td bgcolor=eeeeee> <a
    href='company.a sp?company=<%=r s("companyKey") %>&orderby=name '><%=naym%><
    /a></td>

    How do I escape the characters " etc?


    Thanks,

    Mike



    *** Sent via Developersdex http://www.developersdex.com ***
  • Karl Seguin [MVP]

    #2
    Re: escaping characters

    Server.UrlEncod e

    Karl
    --
    Programming blog exploring Zig, Elixir, Go, Testing, Design and Performance

    Please contact this domain's administrator as their DNS Made Easy services have expired.



    "Mike P" <mike.parr@gmai l.com> wrote in message
    news:ebl6a2zUGH A.2276@tk2msftn gp13.phx.gbl...[color=blue]
    >I need to put the following code within a <% %> block :
    >
    > <td bgcolor=eeeeee> <a
    > href='company.a sp?company=<%=r s("companyKey") %>&orderby=name '><%=naym%><
    > /a></td>
    >
    > How do I escape the characters " etc?
    >
    >
    > Thanks,
    >
    > Mike
    >
    >
    >
    > *** Sent via Developersdex http://www.developersdex.com ***[/color]


    Comment

    Working...