|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Javascript - What to do to strip "+" , convert to spaces ?
I built a webform[with hidden form field] at
http://www.polis-realestate.eu/villasforrent/loura3.htm ........... <input name="title" type="hidden" id="title" value="Loura Villa - Lyssos ID: VR2001" /> but output i get in the target is Loura+Villa+-+Lyssos++ID%253A+VR2001 with unescape I get Loura+Villa+-+Lyssos++ID:+VR2001 what to do to strip "+" , convert to spaces ? |
|
#2
|
|||
|
|||
|
Quote:
how about decodeURIcomponent, cant remember what is the exact function name. you can also try a regular expression.
__________________
my dreams are coming true... |
|
#3
|
|||
|
|||
|
exist any function for replace("+", " ", document.form.title.value); ?
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Javascript - What to do to strip "+" , convert to spaces ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|