Ok, I can answer this... sort of
If by "drop down menu" you mean "when I place my mouse over the text, it shows the menu" then... yes that's javascript. If you mean "there's a menu of fields they can select (such as the list of states) and i want them to be able to choose it without typing it in" then... no, that's html (select tag with option tags.)
It's not "wrong" to mix javascript with cgi, php, asp, jsp, whatever... because the javascript is just another client side thing. It's just an extension to tell the client how to do more with the page than just display text, images, etc. Use it if you feel the need. Personally, I don't like javascript much, (too many things that require you to do "if the browser is Idiot Empowerer, do this, if it's Nutscrape, do that, if it's Best Brand Browser, do the other" just to do one thing and make it look the same across browsers. (This is especially true when trying to do stuff with image transitions, etc)
Good luck and if you get stuck let us know![]()


Reply With Quote

Bookmarks