Wednesday, July 4, 2012

php code sniplet

Button with java script - msgbox
FUNCTION transfer_btn() {
   $fm="";
     $fm ="".
          "".
          "".
          "".
          "".
          ''.
          "".
          " ".
          "
&nbsp
"; return $fm; } Button with java script - carriage return clik
FUNCTION add_btn($i,$table_name,$scan_ftycode,$scrno,$productcode,$org_productcode,$lot) {

       if (strlen($this->stuffing_rowid)==0 || $this->stuffing_rowid==0 || $this->rec_lock=='Y') {
            return "";
       }
       $formname = "formE".$i;
       $ret="
"; $ret.= ""; $ret.= ''; $ret.= ""; $ret.= ""; $ret.= " "; $ret.="
"; return $ret; }

No comments: