> here is the original code, and it doesnt work: > > if Coverday < 0 then bgcday="red" and days0=days0+1 else > if CoverDay > 0 and CoverDay < 45 then bgcday="#2068c0" and > days045=days045+1 else > if CoverDay >= 45 and CoverDay =< 60 then bgcday="green" and > days4560=days4560+1 else > if CoverDay > 60 then bgcday="yellow" and days60=days60+1 end if > > any suggestion
so you have used AND successfully? which part of the code is the problem in? --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
