Hi experts,
My form contains several operations, some of it are 'GET' by nature, others are 'POST' by nature.
What would be the best way to define the form such that it will support both ?
Hi experts,
My form contains several operations, some of it are 'GET' by nature, others are 'POST' by nature.
What would be the best way to define the form such that it will support both ?
Thanks,
Goneni
? To define the form? What do you mean by that? A form supports "by nature" both methods (not operations), along with several others, if needed. http://www.w3schools.com/TAGS/att_form_method.asp
Maybe you want to set/change dynamically the form's method via JavaScript. Is this what you want?
Can you detail your aim, please?
Bookmarks