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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing an ASP value in a link not working

Status
Not open for further replies.

andycape

Programmer
Aug 22, 2003
177
ZA
I'm trying to have a situation where a asp value is displayed in a box on a form, if there is no value in the database, then a value can be entered, then a link can be clicked and the value passed to the next page.
Is this possible ? as my value is not being passed.
I need it to be passed to the next page so that i can enter it into the database there (if a new value is given), and then on that page i can always select it out of the database with ease.

eg : (the value i'm trying to pass is in textbox "Declined")

<tr>
<td><input type=&quot;text&quot; name=&quot;Declined&quot; value=&quot;<%=RS(&quot;Declined&quot;)%>&quot;></td>
</tr>

<tr bgcolor=&quot;cccccc&quot;>
<td> </td>
<td>A class=&quot;small&quot; HREF=&quot;../Forms/SendMailForm3.asp?MailID=D&quot;>Click here to Decline</A></td>
</tr>
 
hey i saw this in the ASP forum as well. please dont replicate threads. mwolfo has already given u the best way to deal with it...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top