Class Frame - Define the characteristics of an individual frame.
SYNOPSIS
import HTMLgen
class Frame
def __init__(self, **kw)
string __module__ = 'HTMLgen'
def __str__(self)
DESCRIPTION
keyword arguments are supported.
Keywords Arguments
- src
- is a HREF which points to the initial contents of the frame.
- name
- is the window name used by others to direct content into this frame.
- marginwidth
- is the number of pixels used to pad the left and right
sides of the frame.
- marginheight
- is the number of pixels used to pad the top and bottom
sides of the frame.
- scrolling
- is used to indicate scrolling policy set to 'yes'|'no'|'auto'
- noresize
- is a flag which instructs the browser to disallow frame resizing.
set to non zero lock size ( noresize=1 ).
SEE ALSO
HTMLgen
Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Sat Mar 7 1998