localhost1 Posted October 9, 2007 Share Posted October 9, 2007 hi all i have a serious proble in one of the pages where i have to pop up a calendar when buton is clicked. this is exactly working in local host but not working online. i have doubt on following link to javascript pages. pls look at this if here is any error <link href="../css/common.css" rel="stylesheet" type="text/css" /> <link href="../css/visionary.css" rel="stylesheet" type="text/css" /> <link type="text/css" href="../css/calendar-win2k-cold-1.css" rel="stylesheet"> <script type="text/javascript" src="../js/common.js" ></script> <script type="text/javascript" src="../js/calendar.js"></script> <script type="text/javascript" src="../js/calendar-setup.js"></script> <script type="text/javascript" src="../js/calendar-en.js"></script> <script language="javascript" type="text/javascript" src="../js/wysiwyg.js"></script> <script language="javascript" type="text/javascript">vLangue=1;vWeekManagement=00;</script> <script language="javascript" type="text/javascript" src="../js/popcalendar.js"></script> <script language="javascript" type="text/javascript">dateFormat='yyyy/mm/dd'</script> Link to comment https://forums.phpfreaks.com/topic/72452-popup-calendar-not-working/ Share on other sites More sharing options...
fenway Posted October 9, 2007 Share Posted October 9, 2007 Could be any of these scripts... how can we guess? And posting the source of those won't help either... try to narrow it down to a single function / event. Link to comment https://forums.phpfreaks.com/topic/72452-popup-calendar-not-working/#findComment-365456 Share on other sites More sharing options...
localhost1 Posted October 10, 2007 Author Share Posted October 10, 2007 actually i wanted to ask if there is any error in any one of above lines be it css or javascript. i mean to ask the error in link to javascript or css lines which might be the reason why my css and javascript calendar is not working Link to comment https://forums.phpfreaks.com/topic/72452-popup-calendar-not-working/#findComment-365972 Share on other sites More sharing options...
fenway Posted October 10, 2007 Share Posted October 10, 2007 actually i wanted to ask if there is any error in any one of above lines be it css or javascript. i mean to ask the error in link to javascript or css lines which might be the reason why my css and javascript calendar is not working Not syntactically. Link to comment https://forums.phpfreaks.com/topic/72452-popup-calendar-not-working/#findComment-366224 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.