Displaying 1 result from an estimated 1 matches for "update_assign".
2008 Apr 09
13
submitting an ajax form via javascript not rendering
..._row", id,v1,v2,v3,v4,v5
end
Here is a chunk of the rendered html, sorry, its not very pretty.
<SCRIPT type="text/javascript">
function submit_form(obj, form_id)
{
document.getElementById(form_id).submit();
}
</script>
.....
<form action="/assignment/update_assignment/16" id="frm_16"
method="post"
onsubmit="new Ajax.Request(''/assignment/update_assignment/16'',
{asynchronous:true, evalScripts:true,
parameters:Form.serialize(this) + ''&authenticity_token='' +
encodeURIComponent(''**...