<table fsize=large fjust=center>
<c name=foo action=hit>Hit Me.</c>
<?
  function hit($name) {
    cellp($name, "Ow!");
  }
?>
