Looking at some old scripts to learn a bit I observe this in a web_submit_data: "Name=AJAXREQUEST", "Value=_viewRoot", and "Name=thenameoftheelementIwantToSet", "Value=thevalueIwantToSet", (and more name-value pairs)
Is this a wayt to actually set a value if the elements name is 'thenameoftheelementIwantToSet' and the value is 'thevalueIwantToSet' ? And the name 'AJAXREQUEST', is it a reserved word as in actually stating that this element manipulation is to be done on a AjaxElemnt or could it say whatever?