Situation:
1 Master button (type=image) (call this 'on')
3 Slave buttons.. (type=image) (call them 1,2,3)
When on is clicked it allows
1 2 and 3 to be clicked
uinless 'on' is clicked 1 2 and 3 cannot be clicked
now... if I had one simple clue as to how
to pull this off ....
buttons can be form buttons or url linked images
with fields as each button sends data to a perl script
but buttons 1 2 and 3 cannot be pused (by design)
until button 'on' is pushed...
I could do this with tracking the 'on' click when it
sends data to perl script #1 but I can't have buttons
1 2 and 3 read that data since those buttons are already
loaded.. I could do them as iframes and refresh that
data and that would work fine but iframes are getting
crowded already...
does anyone please have an idea how to do this???
thank you in advance for your kind patience in
putting up with this request
1 Master button (type=image) (call this 'on')
3 Slave buttons.. (type=image) (call them 1,2,3)
When on is clicked it allows
1 2 and 3 to be clicked
uinless 'on' is clicked 1 2 and 3 cannot be clicked
now... if I had one simple clue as to how
to pull this off ....
buttons can be form buttons or url linked images
with fields as each button sends data to a perl script
but buttons 1 2 and 3 cannot be pused (by design)
until button 'on' is pushed...
I could do this with tracking the 'on' click when it
sends data to perl script #1 but I can't have buttons
1 2 and 3 read that data since those buttons are already
loaded.. I could do them as iframes and refresh that
data and that would work fine but iframes are getting
crowded already...
does anyone please have an idea how to do this???
thank you in advance for your kind patience in
putting up with this request