E
Ed Richter
I added a push button to a page that returns records. What I want to happen is upon clicking the button, it will take you to another page per the link as shown t oallow editing of the record, but it doesn't seem to be working. I just added it a "normal" button as this isn't part of a form that I can submit. Can I use a push button for this purpose??
<p><input type="button" value="Edit Comments" name="B6" <A HREF="evaluation_edit_comments.asp?Rec_num=<% = rsObj("Rec_Num") %>">></A> </p>
<p><input type="button" value="Edit Comments" name="B6" <A HREF="evaluation_edit_comments.asp?Rec_num=<% = rsObj("Rec_Num") %>">></A> </p>