Click to See Complete Forum and Search --> : multiple varriables


lukezweb
10-24-2003, 09:10 AM
ok i have a c ode that modifies Proboards headers, in this code i need to set three variables:


" + cell1 + "
" + cell2 + "
" + cell3 + "

now what each one does is lead to a bit of script (which is where i need help) which basiclly says this:

cell1 - display either:
option1 - if rank = admin
option2 - if rank = gmod
option3 - if rank = mod
option4 - if rank = member
option5 - if rank = guest

cell2 - display either:
option6 - if rank = admin
option7 - if rank = gmod
option8 - if rank = mod
option9 - if rank = member
option10 - if rank = guest

cell4 - display either:
option11 - if rank = admin
option12 - if rank = gmod
option13 - if rank = mod
option14 - if rank = member
option15 - if rank = guest


dont worry about how it decides if the person is a admin, gmod or whatever just need someone to come up with the part to link the first bit and the last bits ;)

thanks im new to javascript and will be happy with all answers, replys i get

luke ;)

lukezweb
10-24-2003, 12:48 PM
i really need help ?:(