![]() |
|
#1
|
|||
|
|||
|
hi guys,
thank you for this very nice free calendar. ive got a little problem and im hoping someone help me. can i anywhere adjust that i also take passed dates in my calendar? best reg. massel |
|
#2
|
|||
|
|||
|
go in calendar.js on row 186 and replace 3 lines
getObj('v'+parseInt(d)).onmouseover=(dip)?cs_over: null; getObj('v'+parseInt(d)).onmouseout=(dip)?cs_out:nu ll; getObj('v'+parseInt(d)).onclick=(dip)?cs_click:nul l; to getObj('v'+parseInt(d)).onmouseover=cs_over; getObj('v'+parseInt(d)).onmouseout=cs_out; getObj('v'+parseInt(d)).onclick=cs_click then comment (using //) line 213 and 225 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|