It appears ScriptX is unavailable or has failed to install.

Has the Infobar appeared?

If you are using Internet Explorer 6 or later on Windows XP SP2 or later then the Explorer Information bar may appear while trying to install ScriptX, it looks like this:

If the bar has appeared, follow the instructions: click on the bar and then select Install ActiveX Control...

Are you an administrator?

ScriptX is code that requires you have administrator rights on your machine in order to install it successfully.

If you are not an administrator, please contact your administrator and ask them to install ScriptX for you.

MeadCo's ScriptX :: MaxiPT :: Feature Set #2 : Preview active frame

This example demonstrates the Active Frame Preview capability of the Feature Set #2 provided by MeadCo's MaxiPT print template.

Invoke Print Preview here or from IE's native controls to see it in action. Please view the source of this example (choose the Source command on the View menu).


Preview Active Frame

This functionality allows you to specify that the active frame (if any) should be previewed instead of the main document.

When in Print Preview you can switch between Page and Frame previews by toggling the Show Page / Show Frame button on the preview pane's toolbar.

To disable this button (i.e. to prevent your users from making changes from the Preview pane), set this printingRule:

  allowSwitchActiveFrame: false

Preview Active Frame can be set directly from script thus:

document.printingRules.useActiveFrame = true;