Hello I have some variables in Javascript that can have values as “Creación de” I need to convert to send to an html page as “Creaci%F3n%20de”. How can I make that conversion in Javascript?
Thank you
Hello I have some variables in Javascript that can have values as “Creación de” I need to convert to send to an html page as “Creaci%F3n%20de”. How can I make that conversion in Javascript?
Thank you
You can use the function encodeURI()
to accomplish that.