Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text submit link on form

Status
Not open for further replies.

rmagan

Programmer
Jun 3, 2003
35
US
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=&quot;post_grdbk&quot; action=&quot;stars3.star_portal.process_teacher_gradebook&quot; method=&quot;post&quot;>
<input type=&quot;hidden&quot; name=&quot;p_mp_student_id&quot; value=01>
<input type=&quot;hidden&quot; name=&quot;p_mp_mp&quot; value=02>
<TD align=&quot;center&quot; nowrap><a href=&quot;javascript:void(document.post_grdbk.submit())&quot;>Submit</a></TD>
<TD ALIGN=&quot;CENTER&quot;><input type=&quot;submit&quot; name=&quot;p_action&quot; value=&quot;Submit Gradebook&quot;> </TD>
</FORM>
 
<a href=&quot;javascript: document.post_grdbk.submit())&quot;>Submit</a>

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

fart.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top