|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Passing a value from a table to a Form |
|
From: |
Peter |
|
Date: |
5/3/2001 9:22:01 AM |
|
IP: |
195.224.57.72 |
I have a Database fed table which gives Topic names. The user can click on a Topic and are then taken to an enquiry form where they fill out personal details for further info. I want the value that they clicked on (The Topic) to be carried forward and be placed in a field in the Enquiry form.
I am using ...
<a href="FundingEnquiry.asp"onclick="<%(Funding.Fields.Item("ProgrammeTitle").Value)%>=this.href;
document.EnquiryForm.FundInterestedIn.Value=this.text;
return false;
"><%=(Funding.Fields.Item("ProgrammeTitle").Value%></a>
The problem appears to be in the line:document.EnquiryForm.FundInterestedIn.Value=this.text;.. I get the message is not an object
Any ideas please..... I know I'm being thick
Many Thanks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|