false document.getAnonymousNodes(this)[0] document.getAnonymousNodes(this)[5].firstChild document.getAnonymousNodes(this)[5].lastChild document.getAnonymousNodes(this)[9].firstChild document.getAnonymousNodes(this)[10].firstChild document.getAnonymousNodes(this)[12] this.mOrientButtonsBox.childNodes[0] this.mOrientButtonsBox.childNodes[1] document.getAnonymousNodes(this)[15].firstChild 0 && newPageNum <= total) { this.mPageTextBox.value = newPageNum; print.printPreviewNavigate( print.PRINTPREVIEW_GOTO_PAGENUM, newPageNum); validInput = true; } } else { total = print.printPreviewNumPages; // bounds check potentially user-entered number if (aPageNum > 0 && aPageNum <= total) { print.printPreviewNavigate( print.PRINTPREVIEW_GOTO_PAGENUM, aPageNum); validInput = true; } } if (validInput) { // store the valid page number for future use to replace // the textbox value if erroneous input made it in this.mPageTextBox.setAttribute( "lastvalid", this.mPageTextBox.value); } else { // restore last known valid value in place of erroneous input this.mPageTextBox.value = this.mPageTextBox.getAttribute("lastvalid"); } ]]> = 10) { aValue /= 100; } else { this.mScaleCombobox.selectedIndex = this.mScaleCombobox.getAttribute('lastValidInx'); return; } } this.setScaleCombobox(aValue); this.mScaleCombobox.setAttribute('lastValidInx', this.mScaleCombobox.selectedIndex); if (settings.scaling != aValue) { settings.shrinkToFit = false; settings.scaling = aValue; this.savePrintSettings(settings, settings.kInitSaveShrinkToFit | settings.kInitSaveScaling); PrintUtils.printPreview(); } ]]>