Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

AddPageRule() Syntax, Parameters and Note

Note: Adds a new @page rule to a styleSheet object.      Syntax:      document.styleSheets[index].addPageRule(param1, param2, param3) Parameters:     param1   Required; the style selector.     param2   Required; the style declaration.     param3   Optional; the index of the @page rule.               If the index is omitted, the @page rule is added to the end.