Super-Resume forum
Search
everywhere
only in this topic
Advanced Search
encodeURIComponent(txt)
Classic
List
Threaded
♦
♦
Locked
6 messages
Will
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
encodeURIComponent(txt)
var txt = "Awards & Honors"
var url = "ai.js?call=setValue&t=encodeURIComponent(txt)"
The value read from parameters becomes
"Awards & Honors"
Is there a need to decode at server side?
fschmidt
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: encodeURIComponent(txt)
Administrator
I will work on this now.
Will
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: encodeURIComponent(txt)
Do I need to stop editing code?
fschmidt
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: encodeURIComponent(txt)
Administrator
yes
Will
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: encodeURIComponent(txt)
okay. I just pushed one last edit, now I stopped.
fschmidt
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: encodeURIComponent(txt)
Administrator
In reply to
this post
by Will
See resume.js line 81. innerHTML has strange encoding so I used innerText.
done editing
Free forum by Nabble
Edit this page