// Supporting Javascript for HOST_TLD function domainUpdate(domain,tld,type) { document.getElementById('domain_name').value = domain; document.getElementById('domain_tld').value = tld; document.getElementById('domain_option').value = type; }