Jump to content

Chained Select Config.js


EZE

Recommended Posts

I have been attempting to use http://dynamicdrive.com/dynamicindex16/chainedselects/ to make a variable search engine, and the config.js completely baffles me, even with the instructions, could someone help explain it to me? I am trying to make to selects, like this, that are chained: (The Select That Decides Which Select Is Chosen.) [code]<select title="Search For:">
<option title="Search For Submission" selected="selected">Submission</option>
<option title="Search For Author">Author</option>
</select>[/code] (If Submission Is Selected From The First Select:)[code]<select title="Search For Submissions">
<option title="Search By Submission Name">Submission Name</option>
<option title="Search By Submission Description">Submission Description</option>
</select>[/code] (If Author Is Selected:)[code]<select title="Search For Author">
<option title="Search By Author Name">Author Name</option>
<option title="Search By Author's Average Rating">Author's Average Rating</option>
<option title="Search By Author's Number Of Submissions">Author's Number Of Submissions</option>
</select>[/code] Could someone please help me?
Link to comment
https://forums.phpfreaks.com/topic/33973-chained-select-configjs/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.