Javascript Tooltips, Popups, Captions - BoxOver  

Go Back   Javascript Tooltips, Popups, Captions - BoxOver > Javascipt calendar > Feedback
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 10-29-2007, 05:31 PM
massel massel is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
Default how to enable last date?

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
Reply With Quote
  #2  
Old 11-20-2007, 10:57 PM
barbucha barbucha is offline
Junior Member
 
Join Date: Nov 2007
Posts: 1
Default enable past days

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
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 08:05 AM.