Previous Next blank.gif blank.gif

Class Script - Construct a Script


SYNOPSIS

import HTMLgen
class Script
  def __init__(self, **kw)
  string __module__ = 'HTMLgen'
  def __str__(self)
  def append(self, s)

Keyword Arguments

Defaults in (parenthesis). Keyword parameters may be set as attributes of the instantiated script object as well.

language
specifies the language ('JavaScript')
src
specifies the location
code
script code, which is printed in comments, to hide it from non java-script browsers

SEE ALSO

HTMLgen


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999