Help for this page

Select Code to Download


  1. or download this
    [% USE CGI # goes anywhere %]
    [% CGI.textfield( name => 'user' ) %]
    
  2. or download this
    [% CGI.textfield( name => 'user',
                      onmouseover => 'this.focus()',
                      style => 'width:12em;',
                      default => user_obj.user || CGI.param('user') )
      %]