Debt Consolidation - Debt Consolidation - Debt Consolidation - Debt Consolidation - US Business Directory

PDA

View Full Version : Not send info from hidden radiobuttons?


nilshw
Apr 12th 2007, 2:42 am
Hi!

I've made a sort of search system that is going to search thru a database. It is built up like a hierarchy. It can be seen on http://www.nilshermann.com/prosjekt/index.php?side=ovelsebank

If i choose some buttons until i get down to for example level 5. But then I push on a button on level 3, and search. Then information from level 4 and 5 is also sendt. I use GET, to see whats sendt.

How can I, on a way, not send information from the hidden buttons..?

Thanks!!

briansol
Apr 13th 2007, 1:31 pm
you don't.

use post, or use seperate forms.

Logic Ali
Apr 13th 2007, 3:56 pm
Hi!

I've made a sort of search system that is going to search thru a database. It is built up like a hierarchy. It can be seen on http://www.nilshermann.com/prosjekt/index.php?side=ovelsebank

If i choose some buttons until i get down to for example level 5. But then I push on a button on level 3, and search. Then information from level 4 and 5 is also sendt. I use GET, to see whats sendt.

How can I, on a way, not send information from the hidden buttons..?

Thanks!!Whenever you hide the buttons, set disabled=true for each of them, and disabled=false when you show them.