|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free 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:25: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
|
Follow Up - Re: Passing a value from a Table to a Form - Rob 5/3/2001 1:50:37 PM
|
|
|
|
|
|
|
|
|
|
|
|