Search Result

Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
special character
  •  

  • Help removing special character(s) from url variable

    I am calling a variable from an aspx page (LOGON_USER) into a url and need to remove the special character "\" so the user can be logged in correctly.

    I am using:

    Code:
    <script type="text/javascript">
    location.replace("http://testsite.com:1001/forms/html/testinstance.html?vsuccess=" + "<%=Request.ServerVariables["LOGON_USER"]%>","iframe1");
    ...
    See more | Go to post

  • dibyenduchatterjee
    started a topic Issue with special characters in Perl
    in Perl

    Issue with special characters in Perl

    I am getting some special characters in my browser displayed weirdly, while getting them from from the BLOB of a DB table.

    Here it is :
    " My name is �Dibyendu Chatterjee�.... ."

    I want all special characters pulled from the BLOB as it is through perl.

    Please help...
    See more | Go to post
Working...