home *** CD-ROM | disk | FTP | other *** search
- function GetTariff(strTariff)
- {
- var strPath
- strPath = '/user/Registration/Step1.asp?Tariff=' + strTariff
- document.TariffForm.action = strPath
- }
-
- function ValidateForm(objForm)
- {
- if(!IsNoEmpty(objForm.DomainName, 'DomΘna')) return false;
- if(CheckDiacritics(objForm.DomainName.value))
- {
- alert('nepovolen² znak v nßzvu domΘny');
- objForm.DomainName.focus();
- return false;
- }
- return true;
- }
-