(handles)
| 38 | } |
| 39 | |
| 40 | function clear_divs(handles) { |
| 41 | for (let entry in handles) { |
| 42 | document.getElementById(handles[entry]).innerHTML = "" |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | function whois_lookup() { |
| 47 | dynamic_whois(document.getElementById("search_input").value.trim().toLowerCase(), "dynamic_whois"); |