Contact: aviboots(AT)netvision.net.il
39,872 questions
51,796 answers
573 users
URL = "https://www.seek4info.com/search.php?query=web+hosting+"; let encodedURL = encodeURIComponent(URL); console.log(encodedURL); /* run: "https%3A%2F%2Fwww.seek4info.com%2Fsearch.php%3Fquery%3Dweb%2Bhosting%2B" */
URL = "https://www.seek4info.com/search.php?query=web hosting &order=rand"; let encodedURL = encodeURI(URL); console.log(encodedURL); /* run: "https://www.seek4info.com/search.php?query=web%20hosting%20&order=rand" */