B
Blasting Cap
I have a page that has a number of radio buttons that will be displayed
to different access levels of a user who logs in to my website.
For instance, if there are a dozen buttons, user1 will see all twelve.
User2 would see buttons 1-3,10-12 and NOT any others, and so on.
Since there are several buttons on the page (each one would run a report
for them), is there a way to - in an onclick event for each of the
buttons - to programatically go thru and bold the font of the
description of the button, and un-bold the rest of them? Doing this in
order to make it more apparent as to which report they've just run.
I know that I could do a bunch of if statements to do this, but would
prefer to do it in a loop.
The radio buttons are independent of each other, as this code is being
inserted into a page that already had a few of them on it previously
(the newer buttons are the newer reports).
Anyone know how to do this, or perhaps have a better way to do it?
Appreciate any suggestions or advice.
Thanks,
BC
to different access levels of a user who logs in to my website.
For instance, if there are a dozen buttons, user1 will see all twelve.
User2 would see buttons 1-3,10-12 and NOT any others, and so on.
Since there are several buttons on the page (each one would run a report
for them), is there a way to - in an onclick event for each of the
buttons - to programatically go thru and bold the font of the
description of the button, and un-bold the rest of them? Doing this in
order to make it more apparent as to which report they've just run.
I know that I could do a bunch of if statements to do this, but would
prefer to do it in a loop.
The radio buttons are independent of each other, as this code is being
inserted into a page that already had a few of them on it previously
(the newer buttons are the newer reports).
Anyone know how to do this, or perhaps have a better way to do it?
Appreciate any suggestions or advice.
Thanks,
BC