TOC PREV NEXT INDEX

Put your logo here!


method


method gets/sets the HTTP method used to submit the form.

Syntax

meth = form.method 
form.method = meth 

Parameters

meth is a string.

Example

document.forms["myform"].method = "POST"; 

Notes

None.

Specification

method


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX