Hi fellas,
I need some help with something if you'd be so kind!
I'm creating a knowledgebase site at my workplace, and I'm kinda
limited as to resources (in terms of technology) because we are running
Win2K. I don't have access to a web server for this, so its more or
less just HTML and JavaScript.
I'm wanting to do the following:
There is a drop down menu, which loads up another drop down menu
(preferably in the same page) depending on the answer.
Let me demonstrate:
The user is faced with a question:
What OS is the customer using?
* XP
* Linux
Now, when the user selects one, another question and drop down appears
BELOW this, something like:
Is it:
* XP Pro
* XP Home
etc etc, until the users has answered sufficient questions to be able
to give them a page detailing how to fix the problem.
Also, it would be best if the drop downs are stored in different files,
as there will be some cross references.
Can anyone point me in the right direction?
Btw, the drop dowen menu that I mean is just the normal, bog-standard
HTML drop down menu (like in a form!).
TIA, Neil