Enter Keywords:
1 - 10 of 67(0.012 seconds)
Sort By:
 
Oi ppl!! I know how to urlEncode a url in vbscript on the server, but I have a page that has a link on it (built by a database of improper names) some names are like "//proctor","proctor&&/#gamble...
Zones: JavaScriptDate Answered: 01/19/2002 Rating: 9.2 Views: 0
If I have a script that receive a paramater directly from the string like results.php?searchterm=airplane+tickets the script will automatically sees $searchterm as "airplane tickets" right...
Zones: PHPDate Answered: 04/01/2001 Rating: 6.0 Views: 0
i.e. I want to convert "Malcolm Trevena" into "Malcolm%20%Trevena"
Zones: Visual Basic, Microsof...Date Answered: 01/23/2002 Rating: 9.2 Views: 0
Hi, I want to be able to pass full text parameters through the query string. eg. /next_step.php?message=Hello, this is a message - what are you doing? This works fine in IE, but netscape...
Zones: PHPDate Answered: 04/07/2002 Rating: 6.8 Views: 0
Hey folks, I've been stuck on this problem for awhile and now could use some help :) My problem... I need to output an URL appended value which contains 2 or more words (but does work ...
Zones: JSPDate Answered: 01/04/2004 Rating: 7.4 Views: 0
I need a sample code to urlencode a Cstring. Not only space but all parameter. I use MFC. Thankx
Zones: C++Date Answered: 11/25/2004 Rating: 9.8 Views: 8
how do i urlencode a string? i want "hello world!" to become hello%20world%21
Zones: C#Date Answered: 06/15/2005 Rating: 8.7 Views: 0
i have the following script to work on post back....how do i encode the url so items with % and others come back.... function TradeSelect() {                          document.location.href = "products.asp?appli...
Zones: JavaScriptDate Answered: 09/09/2006 Rating: 9.8 Views: 0
I am writing an executable in C# that will send emails with links to my website.  In this executable I want to format the URLs and part of that is to encode the URL parameters.  However, I find tha...
Zones: C#Date Answered: 12/04/2007 Rating: 9.0 Views: 0
Hi all, I am having a problem with the ampersand: &. I need to pass in a couple of parameter to one of my model and one of them is a redirect URL. The following code will retreive all the ...
Zones: JavaDate Answered: 02/15/2002 Rating: 8.6 Views: 0