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