Help for this page

Select Code to Download


  1. or download this
    . qq~key="value"~
    
  2. or download this
      ."px;width:".$width."px;height:".$height."px;cursor:pointer;"
    
  3. or download this
      . "px;width:${width}px;height:${height}px;cursor:pointer;"
    
  4. or download this
    $newdiv='<!-- ADD DIVS -->'."\n".div({-style=>"position:absolute;left:
    +".($startx+$arealeft)."px;top:".($starty+$areatop)."px;width:".$width
    +."px;height:".$height."px;cursor:pointer;",-onclick=>"Start('$cgiurl?
    +id=$custid');return true;",
    
  5. or download this
    my $tmp_left = $startx + $arealeft;
    my $tmp_top = $starty + $areatop;
    ...
            -style => "position:absolute;left:${tmp_left}px;top:${tmp_top}
    +px;width:${width}px;height:${height}px;cursor:pointer;",
            -onclick => "Start('$cgiurl?id=$custid');return true;",
            ...
    
  6. or download this
    my $tmp_left = $startx + $arealeft;
    my $tmp_top = $starty + $areatop;
    ...
                -onmouseout => "window.status=' ';shw('$imagedetails[0]-po
    +p',event);return true;",
            },
            '' ) ."\n";