15c15 < url = "https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20thesaurus%20where%20key%3D%225r3uguAhHMoAQJIlShGL%22%20and%20word%3D%22" + document.getElementById('selname').value.replace(/ /g,'%20') + "%22%20and%20language%3D%22" + document.getElementById('language').value + "%22&format=json&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback="; --- > url = "https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20thesaurus%20where%20key%3D%22test_only%22%20and%20word%3D%22" + document.getElementById('selname').value.replace(/ /g,'%20') + "%22%20and%20language%3D%22" + document.getElementById('language').value + "%22&format=json&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback="; 52c52 < checkget(); --- > 93,104d92 < } < < function checkget() { < var startwith = location.search.split('startwith=')[1] ? location.search.split('startwith=')[1].split('&')[0] : ""; < if (startwith != "") { < var workedstr=decodeURIComponent(startwith); < var wstr=workedstr.toLowerCase().replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " ").replace("+", " "); < document.getElementById('selname').value=wstr; < //document.getElementById('myform').submit(); < //document.body.click(); < onblurdo(); < }