| |
VBS
Posts: 110
Score: 0
Joined: 3/2/2005
From: Lebanon
Status: offline
|
Dear Stew312, I don't if what i am gonna tell u is the same as creating ur own char...But i will tell u Please follow these steps: 1. Lets pretend that the Var that contains the + sign is strVar1 2. declare the var strVar2 3. types this code (strVar2 = replace(strVar1,"+","OTOT") 4. then when u recive the text (Page2.asp) 5. declare strPage1, strPage2 6. type this code ( strPage1=request.querystring("strVar2") strPage2=replace(strPage1,"OTOT","+") response.write strPage2 ) Don't forget to post ur result Best Regards Firas S Assaad
|
|