|
|
Q1743 When placing the value of a JavaScript variable into a URL request, how do I correctly format the variable value, so that spaces etc are converted into the standard html request syntax?
irt.org | Knowledge Base | JavaScript | Link | Q1743 [ previous next ] Q1743 When placing the value of a JavaScript variable into a URL request, how do I correctly format the variable value, so that spaces etc are converted into the standard html request syntax?Use the escape() method, for example:
Feedback on 'Q1743 When placing the value of a JavaScript variable into a URL request, how do I correctly format the variable value, so that spaces etc are converted into the standard html request syntax?' |
-- div -->
|