I've got a procedure updating some table columns in a database. The code below updates as expected when viewing the page in a web browser. I've been asked to send the page in html to a client using outlook XP but when they click on the "Approve" button the procedure is not being updated. Is there a difference in how to submit the procedure from a email client vs. a web browser?
<FORM action=" method="POST">
<INPUT type=hidden name="p_afe" value="123456800">
<INPUT type=submit name="p_status" value="Approve">
<INPUT type=hidden name="p_user" value="DLATCH">
</FORM>
Thanks for any help,
geerae
<FORM action=" method="POST">
<INPUT type=hidden name="p_afe" value="123456800">
<INPUT type=submit name="p_status" value="Approve">
<INPUT type=hidden name="p_user" value="DLATCH">
</FORM>
Thanks for any help,
geerae