Changes for version 0.694

  • Added pjx_dynselect.pl to scripts in the dist. This example demonstrates the same thing as the pjx_combo.pl example, but it uses a simple database to get values, instead of the calling script (as in pjx_combo.pl).
  • fixed all the additional scripts that were missing '<form>' tags.
  • fixed pjx_combo.pl
  • for IE compatibility, all options must have a value, for example here are the wrong way and the right way for IE...
  • NO: <option> value </option>
  • YES: <option value='something'> displayed text </option>
  • fixed checkboxes - added a check script for them.
  • updated some indentation in examples

Modules

a perl-specific system for writing Asynchronous web applications