Help for this page

Select Code to Download


  1. or download this
    window.document.formname.fieldname.value = 5;
    
  2. or download this
    $window->{document}->{formname}->{fieldname}->{value} = 5;
    
  3. or download this
    document.formname.fieldname.value = 5;
    
  4. or download this
    $document->{frm2}->{code}->{value} = 5;