Link to home
Start Free TrialLog in
Avatar of ancient1
ancient1

asked on

Pull down menus?..

I am just looking for a well documented example.  So if anyone knows a place I can dig up an great example of a pull down menu including how the input is processed and acted upon that would be great.  I was going to do it in Java but am thinking it would be easier in CGI.  Thanx for any help.
Avatar of icd
icd

CGI is not really appropriate. In CGI you can only rebuild the whole page and each action requires a request back to the server.

The only pull-down menus type of operation I have seen uses some of the features of the new browsers which I am not familar with and I don't think it is currently possible to do it with both Netscape *and* MSIE in a standard way.
ASKER CERTIFIED SOLUTION
Avatar of paul_t
paul_t

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ancient1

ASKER

Thanx for the help.  I did get it work now.
You are welcome. Sometimes it's hard to understand the level
of person who is asking question and how long will it take
to explain detailes. (BTW - just note that for clean solution
it may be not bad idea to add 'go' button for old or
buggie browsers. Netscape 2.* has a bug in onchange()
event.)