onpagesetup
Description
Event handler to be called when the current print or page setup settings are changed on the Internet Explorer Page Setup dialog.
Use it to update the page's user interface accordingly. This is exactly what the ScriptX Techie Printing example does.
Syntax
printing.onpagesetup= function_object
Settings
This is a read/write property.
Applies To
printing
Example
Check out the source code of the ScriptX Techie Printing example.
See Also
disableUI, onafterprint, onuserpagesetup, onuserprint, onuserprintpreview
PageSetup