Mouseovers in some pages, not others
I was curious if there was a way to have mouseovers turned off when users are viewing the calendar in TOC mode, yet when viewing the calendar on other pages in normal mode, it would not have mouseovers.
I tried unsetting and setting the $overLIB but that didn't seem to work.
I put this right after the body:
PHP Code:
$OL=0; require($pathToRoot."calendar/calendar.php");
This does the trick, however, javascript errors are then caused as it's looking for the js function that no longer exists.
Is there a way to do this that won't cause the js errors?
Thanks
tyler
|