Document.recalc() (Method)

A special MSIE supported method that sends a recalculation event to a document.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyDocument.recalc()
IEmyDocument.recalc(aFlag)
Argument list:aFlagA flag to force the recalculation

All dynamic properties in the document will be recalculated when this method is called.

The flag value is optional and is assumed to be false if it is missing. Setting this flag to false only recalculates those dynamic properties that have changed.

Setting the flag to the true value forces the browser to recalculate all of the dynamic properties regardless of whether they have changed or not.