can't get popups to work
I read the closed thread about pop ups not working and I don't think it's the same problem I'm having because it seems unrelated to the browser (all do not work), and I seem to recall the demo working just fine.
As far as I can tell from lots of readng here, this is all I need:
<body>
<?php $OL=1;
require("calendar/calendar.php"); ?>
<?php
$TOC=1;
require("calendar/calendar.php");
?>
</body>
the link is www.domesticviolenceroundtable.com/dvrtcalendar.php
Any guidance would be great. As well, how does a person use the event manager to add a link to another page? Again, I've really tried to use the manual and can't seem to find anything about it.
|