fix for #43469 - trouble creating a POP account

r=putterman
a=granrose
This commit is contained in:
alecf%netscape.com 2000-06-22 18:33:42 +00:00
Родитель 66ab757c0c
Коммит 011b60e928
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -50,6 +50,11 @@ function onInit() {
if (selectedElements && selectedElements.length>0)
servertypeMenulist.selectedItem = selectedElements[0];
}
// initialize to default selected item
else {
hiddenInput.value = servertypeMenulist.selectedItem.getAttribute("data");
}
var smtpTextField = document.getElementById("smtphostname");