Date: Tue, 4 Dec 2001 11:46:57 -0800
Reply-To: max hauser <maxhauser@MAILCITY.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: max hauser <maxhauser@MAILCITY.COM>
Organization: http://groups.google.com/
Subject: Re: SAS/IntrNet and HTML question
Content-Type: text/plain; charset=ISO-8859-1
I will check out your link for the Javascript drop down menu. One of
the reasons I have not used default HTML from SAS examples is that
they expect you to create a new HTML page for each level of the query.
I want/need for this to be dynamic. A choice in the first drop down
list filters the choices available from the second drop down list and
so on. For the first two levels there are only two and six choices
respectively. But the third drop down list will contain about 40
choices(depending on previous choices). That's the multiple list where
users will choose which variables they want from this dataset.
I know that I will also need to provide a method for choosing data
between dates. I figure three drop down lists one for day, month, and
year will work for that.
I bought a copy of a book called "Instant Javascripts" over the
weekend. It contains a pre-built drop down just like I need, but it
only goes two levels. I tried all weekend to decipher the Javascript
code, but nothing worked. I could not expand it to three levels. I
also found a more "understandable" example on javascriptsource.com,
but when I changed their default values to my data's values, half the
menu did not work.
I am sure the issue lies with me not understanding Javascript. I have
only used it sparingly and only with modifying other programmer's
examples.
Any ideas on books or sites that could get me up to speed on how to
create objects with the onChnage command?
Thanks,
max