search for: profileformnam

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

Did you mean: profileformname
2006 Apr 22
2
Form.serialize problem
...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> Last Name: <input type="text&qu...