Rosario
Posts: 54
|
| Posted: 09/28/2004, 5:23 AM |
|
I have a record that looks at my access database that i can update, one of the feilds is a textbox called comment. When i update the text in this box, i would also like to send the text to another form not made in code charge this is the form that it needs to go to:
+++++++++++++++++++++++++++++++++++++++
<FORM NAME="bmpdata" METHOD="POST"
ACTION="mywebsite/~davek/cgi-bin/bmpComment">
<TEXTAREA ID="req|Comment text" COLS="90" ROWS="8" NAME="comment">{Comment}</textarea>
<INPUT TYPE="hidden" ID="req|Trouble ticket number"
VALUE="492102095" NAME="tt"
++++++++++++++++++++++++++++++++++++++++
the "value" would be substituted for the ccs box {Ticket_number}
and the ccs text area {Comment} to this form- at the sime time updating my database like business as usual?
Any Idea where to start here? This is big Please help
Rosario
|
 |
 |
|