|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
"Error On Page"
when clicking 'admin' in the lower right, I get a javascript "Error on Page" message, as I do for each day in the month. The only link that works is the month switching at the top. I just installed this ... didn't make any radical changes ... and the installation and database went fine. The only problem seems to be this darn javascript thing.
Its up at http://www.washujsu.com/calendar.php if you'd care to take a look. Thanks, and this script is trully a god send. Much appreciation! |
|
#2
|
|||
|
|||
|
RE:
er, me again ... just adding some commentary on what I've been checking.
the admin link is... javascript:launchsmall('calendar.php?display=admin &task=login') the link doesn't work, but just going to http://www.washujsu.com/calendar.php?display=admin&task=login does work (again pointing to it being the javascript). Once I log in from there, it doesn't work again (assumably from javascript problems). I definately *do* have javascript enabled ... the demo calendar works just fine. What am I doing wrong here? |
|
#3
|
|||
|
|||
|
RE:
You are missing the code from the sample ltw_header.php that defines the Javascript functions launchbig & launchsmall. Add the following in your page <HEAD> section.
<script LANGUAGE="JavaScript" type="text/javascript"> <!-- function launchsmall(url) { window.name = 'opener'; remote = open(url, "", "resizable,status,scrollbars,width=300,height=450,l eft=200,top=100"); } function launchbig(url) { self.name = "opener"; remote = open(url, "", "resizable,scrollbars,width=600,height=400,left=200 ,top=100"); } // --> </SCRIPT> |
|
#4
|
|||
|
|||
|
RE:
Works perfectly.
I have to say, this is the best calender, free or otherwise, I have ever seen. Not only that, but it is the best supported. Thank you so much. |
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > "Error On Page" |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|