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> Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.