Help for this page

Select Code to Download


  1. or download this
    #this one works
    sub getNumbers{
    ...
            print "<span class='spacer'><a href='#' title='$cltnbr' name='
    +$cltname' onclick='fillText(this);'>$cltnbr</a></span>";
        }
    }
    
  2. or download this
    #help!
    sub getClients{
    ...
            print "<a href='#' title='$cltnbr' name='$cltname' onclick='fi
    +llText(this);'>$cltname</a><br />";
        }
    }