Help for this page

Select Code to Download


  1. or download this
    [htmlattr] => $value, [htmlattr] => $value
    In addition to the above tags, the field() function can take any other
    + valid HTML attribute
    
  2. or download this
    my $lot =<<EOF;
    href="javascript:void(0)" onclick="gfPop.fPopCalendar(document.demofor
    +m.dc);return false;" HIDEFOCUS><img name="popcal" align="absmiddle" s
    +rc="calbtn.gif" width="34" height="22" border="0" alt="">
    ...
    $form->field(name => 'go_live_date',
                 a => $lot);
    
  3. or download this
    
     <td width="100"><input a="href=&quot;javascript:void(0)&quot; onclick
    +=&quot;gfPop.fPopCalendar(document.demoform.dc);return false;&quot; H
    +IDEFOCUS&gt;&lt;img name=&quot;popcal&quot; align=&quot;absmiddle&quo
    +t; src=&quot;calbtn.gif&quot; width=&quot;34&quot; height=&quot;22&qu
    +ot; border=&quot;0&quot; alt=&quot;&quot;&gt;
    " class="FormField" cols="20" name="go_live_date" type="text" /></td>