This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/host_tld/host_tld.js
2011-05-03 09:49:04 +10:00

7 lines
245 B
JavaScript

// 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;
}