Javascript Tooltips, Popups, Captions - BoxOver  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2007, 05:25 PM
MigPro MigPro is offline
Junior Member
 
Join Date: Jun 2007
Posts: 1
Red face bug calendar.js

I was looking in google for a simple calendar....
and
.............
I like your!

in the code i see:

////////////////////// wrong i think
function cdayf() {
if ((ccy>sccy)|((ccy==sccy)&&(ccm>=sccm)))
return;
else {
ccy=sccy;
ccm=sccm;
cfd=scfd;
}
///////////////////////////// corect i think

function cdayf() {
if ((ccy>sccy) || ((ccy==sccy)&&(ccm>=sccm)))
return;
else {
ccy=sccy;
ccm=sccm;
//cfd=scfd; // what is this!!!????
}

Next thin, in your code:

marr=((ccy%4)==0)?mnl:mnn; This is wrong!!!!

you want this
((year % 4 == 0) || (year % 100 == 0) || (year % 400 == 0)) -> FEV 29

soo

marr=( (ccy % 4 == 0) || (ccy % 100 == 0) || (ccy % 400 == 0) )?mnl:mnn;


regards,
You can write to my email if you want!!!!
Reply With Quote
  #2  
Old 07-24-2007, 09:17 PM
Dreamweaver Dreamweaver is offline
Junior Member
 
Join Date: Jun 2007
Posts: 15
Default

there are many fixes... just look for it... i made also one... ... just searching
Reply With Quote
  #3  
Old 09-10-2007, 02:21 AM
open2g open2g is offline
Junior Member
 
Join Date: Sep 2007
Posts: 22
Default auto-parts

http://www.auto-parts-manufacturers....ner_Parts.html
http://www.auto-parts-manufacturers....ner_Tools.html
http://www.auto-parts-manufacturers....ditioners.html
http://www.auto-parts-manufacturers....mpressors.html
http://www.auto-parts-manufacturers....rts/Belts.html
http://www.auto-parts-manufacturers....er_Motors.html
http://www.auto-parts-manufacturers....tch_Coils.html
http://www.auto-parts-manufacturers....ear_Heads.html
http://www.auto-parts-manufacturers....an_Motors.html
http://www.auto-parts-manufacturers....ondensers.html
http://www.auto-parts-manufacturers....aporators.html
http://www.auto-parts-manufacturers....on_Valves.html
http://www.auto-parts-manufacturers....Oil_Seals.html
http://www.auto-parts-manufacturers....onnectors.html
http://www.auto-parts-manufacturers...._Switches.html
http://www.auto-parts-manufacturers....er_Driers.html
http://www.auto-parts-manufacturers....le_valves.html
http://www.auto-parts-manufacturers....sis_Parts.html
http://www.auto-parts-manufacturers....e_Rod_End.html
http://www.auto-parts-manufacturers....rake_Pads.html
http://www.auto-parts-manufacturers....tch_Cover.html
http://www.auto-parts-manufacturers..../CV_Joint.html
http://www.auto-parts-manufacturers....ange_Yoke.html
http://www.auto-parts-manufacturers...._Absorber.html
http://www.auto-parts-manufacturers....eeve_Yoke.html
http://www.auto-parts-manufacturers....iser_Link.html
http://www.auto-parts-manufacturers....ion_Shaft.html
http://www.auto-parts-manufacturers....s/U_Joint.html
http://www.auto-parts-manufacturers....ine_Parts.html
http://www.auto-parts-manufacturers....er_Gasket.html
http://www.auto-parts-manufacturers....nder_Head.html
http://www.auto-parts-manufacturers....stributor.html
http://www.auto-parts-manufacturers....an_Clutch.html
http://www.auto-parts-manufacturers....ts/Filter.html
http://www.auto-parts-manufacturers....ts/Heater.html
http://www.auto-parts-manufacturers....tion_Coil.html
http://www.auto-parts-manufacturers....iston_Arm.html
http://www.auto-parts-manufacturers..../Radiator.html
http://www.auto-parts-manufacturers....ater_Pump.html
http://www.auto-parts-manufacturers.com
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 10:56 AM.