Displaying 1 result from an estimated 1 matches for "user_href".
Did you mean:
user_def
2006 Apr 22
2
Form.serialize problem
...ax.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" value="<% $user_href->{lname} %>"
id="lnamefield" size="50"><br>
Email Address: <input type="text"...