sprite(x).browserSaveAs() - Opens a standard SAVE AS dialog that can be used to
select a filename and options to save the HTML document currently loaded in the
browser.
Example:
sprite(1).browserSaveAs()
sprite(x).browserPageSetup() - Opens the standard PAGE SETUP dialog that can
be used to adjust page properties for future printing operations.
Example:
sprite(1).browserPageSetup()
sprite(x).browserPrintPreview() - Opens the standard PRINT PREVIEW window,
where the user can visualize a print job before actually invoking the final print
operation.
Example:
sprite(1).browserPrintPreview()
sprite(x).browserPrint() - Opens the standard PRINT dialog that can be used to
select a target printer and print the current HTML page.
Example:
sprite(1).browserPrint()
Online Help
26
Comentários a estes Manuais