August 2nd, 2000, 06:54 AM
-
Hello
could someone help me with the following ?
I need to create dropdowns in the following manner:
the first dropdown holds differnet names eg. Alfa Romeo, once the user selects a name, a second dropdown is created with eg. model types, once a selection is made form that, a third and last dropdown is created with eg. engine size. Once all 3 are selected, the specs are printed in tables...
Has anyone done this already ?
thank in advance
Gianni
August 2nd, 2000, 10:37 AM
-
errr if you want the dropdowns to be truely 'dynamic' then you probably want DHTML http://www.bratta.com
------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL
August 2nd, 2000, 10:42 AM
-
thanks
do you know of anythings similar to what I want to do, done in php & javascript already ?
August 2nd, 2000, 11:42 AM
-
Here is an example of what you are wanting. I use this on a few customer sites myself. Code is kinda dirty, need to do some clean up but you should get the idea from the example. Good luck :-)
http://px.sklar.com/code-pretty.html?code_id=11
August 3rd, 2000, 04:52 AM
-
thank you very much, I'll have a look at it
August 4th, 2000, 08:42 AM
-
I'd created some dynamic dropdown menus and they worked fine with MS Internet Explorer. However, Netscape requires a "history.go(0)" at the end of the JavaScript to refresh the document. The problem is that the statement would refresh the PHP document and return me to a fresh page again. Is there any way to avoid using "history.go(0)"?
August 4th, 2000, 08:48 AM
-
would it be possible for you to let me have a look at your code ?