If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > HELP! linking dynamic fields in dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-14-03, 07:11
djrobo djrobo is offline
Registered User
 
Join Date: Dec 2003
Posts: 6
HELP! linking dynamic fields in dreamweaver

im making an ASP order form using dreamweaver but have a problem. i have a dynamic menu/list field which allows users to select a product form my DB. when a product is selected from the popup list i want another text field (called Location which is another field in my DB Table)to display the location of the producted selected. im new to this but was wondering if there was some kind of statement i could inclued in the recordset query...

please help this is recking my head.

cheers lee
Reply With Quote
  #2 (permalink)  
Old 12-28-03, 22:15
tdavisjr tdavisjr is offline
Registered User
 
Join Date: Dec 2003
Posts: 7
Re: HELP! linking dynamic fields in dreamweaver

This information would most likely have to be post back to the same page. You may want to use the method of GET for posting so you can use querystrings. And within your ASP and HTML code you would have an if condition around that code that would want to dynamically populate and then the if condition would check for the querystring after postback. If the variable in the querystring does exist then, this if condition around the code would be true and the query to the database would occurr, thus populating the listbox. There is alot more to this but I want to point you in the right direction.



Quote:
Originally posted by djrobo
im making an ASP order form using dreamweaver but have a problem. i have a dynamic menu/list field which allows users to select a product form my DB. when a product is selected from the popup list i want another text field (called Location which is another field in my DB Table)to display the location of the producted selected. im new to this but was wondering if there was some kind of statement i could inclued in the recordset query...

please help this is recking my head.

cheers lee
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On