#get the UNWEB procedure in here $FORM=&unweb; if($FORM{action} eq "toggleon") { &toggle_on; } else { print "ON\n"; }