The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

JavaScript::Toolbox - Collection of JavaScript Tools.

SYNOPSIS

  use JavaScript::Toolbox::popUpBox;

  $popup = new JavaScript::Toolbox::popUpBox;

  $popup->content('hello');

  $popup->script();
  $popup->tag();

DESCRIPTION

Stub documentation for JavaScript::Toolbox, created by h2xs.

    .------------------.         .------------------.
    |   popUpBox       |         |   Browser        |
    |==================|<>-------|==================|
    |   javascript()   |         |   javascript()   |
    |   html()         |         |   html()         |
    `------------------'         `------------------'
                                           ^
                             .-------------|------------.
                             |             |            |
          .------------------|   .------------------.   |------------------.
          |   W3C            |   |   Netscape       |   |      IE          |
          |==================|   |==================|   |==================|
          |   javascript()   |   |   javascript()   |   |   javascript()   |
          |   html()         |   |   html()         |   |   html()         |
          `------------------'   `------------------'   `------------------'

AUTHOR

St‚phane Peiry, stephane@perlmonk.org

SEE ALSO

perl(1).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 69:

Non-ASCII character seen before =encoding in 'St‚phane'. Assuming CP1252