tim2boles
Posts: 16
|
| Posted: 08/17/2007, 9:29 PM |
|
I am trying to setup a dependent list box as describe here:
http://support.yessoftware.com/kb_article.asp?s_keyword...7&article_id=61
I have a page called projects_maint with several controls that include list boxes.
client_id and contact_id
Now the contact_id should be dependent on client_id.
As described in the article I put
window.location.href = "projects_maint.php?client_id=" + this.value ;
As an onchange event for the client_id list box control. When I view the live page and choose different client_ids all the field on the form go blank, yet it does show only the values related to the client_id within the contact_id list box.
Any ideas to have the filled out fields remain?
Regards
Tim
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 08/19/2007, 7:00 PM |
|
tim2boles
Have you tried using the example pack as a guide. It has examples for dependent list boxes. http://examples.codecharge.com/CCSExamplePack2/Default.php
|
 |
 |
|