I have a form that calls a stored procedure (passing in values) from the submit button. I wanted to add an additional link that does the same submit. When I try to submit frm the link, I get "page cannot be found". I look at the URL line and it shows "stars3.star_portal.process_teacher_gradebook".
What am i missing?
<FORM name="post_grdbk" action="stars3.star_portal.process_teacher_gradebook" method="post">
<input type="hidden" name="p_mp_student_id" value=01>
<input type="hidden" name="p_mp_mp" value=02>
<TD align="center" nowrap><a href="javascript:void(document.post_grdbk.submit())">Submit</a></TD>
<TD ALIGN="CENTER"><input type="submit" name="p_action" value="Submit Gradebook"> </TD>
</FORM>
What am i missing?
<FORM name="post_grdbk" action="stars3.star_portal.process_teacher_gradebook" method="post">
<input type="hidden" name="p_mp_student_id" value=01>
<input type="hidden" name="p_mp_mp" value=02>
<TD align="center" nowrap><a href="javascript:void(document.post_grdbk.submit())">Submit</a></TD>
<TD ALIGN="CENTER"><input type="submit" name="p_action" value="Submit Gradebook"> </TD>
</FORM>