OSB enhancements to date
This commit is contained in:
6
themes/default/blocks/host_tld/host_tld.js
Normal file
6
themes/default/blocks/host_tld/host_tld.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user