Help with a search form/page

Reply

Join Date: Jun 2005
Posts: 2
Reputation: walkerst is an unknown quantity at this point 
Solved Threads: 0
walkerst walkerst is offline Offline
Newbie Poster

Help with a search form/page

 
0
  #1
Jun 11th, 2005
need help with a search form i've been asked to do for a friend.
i've done forms in the past, but not one like this. there will be 2 pick
lists on this form. to keep things simple, the database has 2 fields: main_heading, and sub_heading. I can generate the first pick list by using a select distinct to get a unique listing...but the second pick list has to be generated by what is choosen in the first. can i do that on the same page ?

thanks. !!
scott
Reply With Quote Quick reply to this message  
Join Date: Jun 2003
Posts: 313
Reputation: red_evolve is on a distinguished road 
Solved Threads: 0
red_evolve's Avatar
red_evolve red_evolve is offline Offline
Posting Whiz

Re: Help with a search form/page

 
0
  #2
Jun 13th, 2005
You could use iframe to do that, or XMLHTTP.
Those two are what I know, but for sure there are other alternatives.
With iframe, at the onchange of the first list, you call a jscript function.
In the jscript function, you create an iframe and therefore, direct the iframe to another cfm page. In that cfm page, you cfquery or whatever, to get the second list that you wanted. You could fill in the second list with parent.document.yoursecondlist with its values.

I hope I'm not confusing you.
If you understand the logic properly, this is not tough to do.
"Study the past if you would define the future" - Confucius
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 15
Reputation: Torch7 is an unknown quantity at this point 
Solved Threads: 1
Torch7 Torch7 is offline Offline
Newbie Poster

Re: Help with a search form/page

 
0
  #3
Jun 24th, 2005
How many records are you dealing with?

Have you considered the "query of a query" route if there are not that many records returned.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 28
Reputation: anuradhu is an unknown quantity at this point 
Solved Threads: 2
anuradhu anuradhu is offline Offline
Light Poster

Re: Help with a search form/page

 
0
  #4
Apr 18th, 2006
try this:

on change of the first combo/list submit the form and pass the value of the combo to the query to fetch the records satisfying this value....
then populate the second combo accordingly based on the recordset from the second query

hope this helps...
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC