|
Posted by dorayme on 11/23/45 11:40
In article
<1140431243.377708.7700@g14g2000cwa.googlegroups.com>,
firstcustomer@gmail.com wrote:
> 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
etc
There would be many different ways to skin this cat in plain html
(without javascript).
Why not the simplest possible approach? "What OS is the customer
using? is on one page. If XP is chosen, this is a link that takes
you to a page with further questions.
You have as many pages as is practical. You do not have to assume
from this that you must put one alternative per page. This would
be extremely irritating in fact! It is quite likely you can,
without confusion at all, show a few routes on the same page. For
example:
Not necessarilly just:
XP, Mac? (both links)
but maybe
XP Pro, XP Home, Mac pre X, Mac X .... (all links)
How you organise and layout will be defined by the particular
circumstances. You will put in as much on each page as will not
cause confusion to the not-too-far-below-average-in-intelligence
user
--
dorayme
Navigation:
[Reply to this message]
|