Need refresh for almost-nested selects in a form
Posted: Tue Sep 19, 2006 1:50 pm
Does anyone know how to refresh a document when a select option element is clicked? And information needs to be carried over. I'm guessing I sound a little vague so I'll explain what I'm trying to do instead.
I'm working on a gallery administration page. I'm using html select elements in forms. What I'm trying to achieve is a system where the first box can be used to select an album. The second will present a list of photos (well their titles). Of course the problem is that php is a server side scripting language which makes this a little tricky (well to be, but what can I say - I'm a numpty). I've seen this kind of functionality on websites before, but I'm at a loss as to how to achieve this.
(I'm not sure if this is cross-posted, but I'm guessing the fact that this is based on HTML, and possibly use of javascript - this ,ay be the best place for it)
Any ideas?
I'm working on a gallery administration page. I'm using html select elements in forms. What I'm trying to achieve is a system where the first box can be used to select an album. The second will present a list of photos (well their titles). Of course the problem is that php is a server side scripting language which makes this a little tricky (well to be, but what can I say - I'm a numpty). I've seen this kind of functionality on websites before, but I'm at a loss as to how to achieve this.
(I'm not sure if this is cross-posted, but I'm guessing the fact that this is based on HTML, and possibly use of javascript - this ,ay be the best place for it)
Any ideas?