PDA

View Full Version : Need PHP script for dropdown menu



Hellbound
June 24th, 2001, 04:58
How would I go about doing this?

Does anyone have a simple script?

gyrbo
June 24th, 2001, 05:06
I think you should do this in JS and CSS, not PHP.

ashben
June 24th, 2001, 11:03
Dropdown menu's are rendered/processed on the client site (i.e. the web browser) and therefore require the use of client-side scripting (JavaScript/DHTML) .. as gyrbo pointed out.

ducktape
June 24th, 2001, 13:58
goto javascripts.com or javascriptsource.com or many others

Hellbound
June 24th, 2001, 14:27
I don't think we're talking about the same thing.

I mean one of those "jumporama" things you see on remotely hosted CGI sites. Those are forms that submit to a CGI script. (Or something along those lines) I've also seen it done in ASP. I want to do it in PHP.

Sorry for the confusion.

Now can anyone help?

gyrbo
June 25th, 2001, 03:14
Uh?! Like at the bottom of this page: Forum Jump?

dony
June 25th, 2001, 11:31
search from dynamicdrive
not php but good!

Rebel
June 26th, 2001, 11:55
Yeah I used dynamicdrive for my dropdown menus used here:

http://www.thenetgamer.com/index2.html

All you have to do is download the files and edit the links in NotePad.