Program_Root/tag_utils/frame_utils.inc

Description

This file contains helper functions related to framesets and frames

$Id: _tag_utils_frame_utils_inc.html,v 1.34 2003/08/01 01:37:37 hemna Exp $

Functions
html_frame (line 62)

This function is used to build a FRAMEtag object with some common attributes already set.

NOT: this comes with the following attribtes defaulted to: marginwidth = "0" marginheight = "0" noresize frameborder = "0"

  • return:

    object.

FRAMEtag html_frame (string $name, string $src, [string $scrolling = "no"])
  • string $name:

    - $name - the "name" attribute

  • string $src:

    - $src - the "src" atribute

  • string $scrolling:

    - $scrolling - the "scrolling" attribute

html_frameset (line 29)

This function is used to build a FRAMESETtag object with the most common attributes.

NOTE: It comes with the following attributes defaulted to: framespacing = "0" frameborder = "no"

  • return:

    object

FRAMESETtag html_frameset ([string $rows = NULL], [string $cols = NULL], [int $border = "0"])
  • string $rows:

    - $rows - the rows attribute

  • string $cols:

    - $cols - the cols attribute

  • int $border:

    - $border - the border attribute

Documention generated on Thu, 31 Jul 2003 18:32:48 -0700 by phpDocumentor 1.2.0