search for: confirmform

Displaying 1 result from an estimated 1 matches for "confirmform".

2006 Apr 22
2
Form.serialize problem
...advance. function submitprofile() { var url = "/profile/submitprofile.html?"; var formvals = Form.serialize(''profileformid''); alert("f - "+formvals); new Ajax.Request(url, {method: ''post'', parameters: formvals, onComplete: confirmform}); } <form name="profileformname" id="profileformid" onsubmit="submitprofile();return false;"> First Name: <input type="text" value="<% $user_href->{fname} %>" id="fnamefield" size="50"><br>...