My fields are stuck!

This field will stick:
  print textfield( -name  => 'address',
                   -value => 'george@yahoo.com');

This field will always take on the specified value:
  print textfield( -name     => 'address',
                   -value    => 'george@yahoo.com',
                   -override => 1);


<< Previous Contents >> Next >>

Lincoln D. Stein, lstein@cshl.org
Cold Spring Harbor Laboratory
Last modified: Sat Jun 19 13:24:02 EDT 1999