I have a little probem in as much the pop up that appears to allow calandar dates to be entered no longer appears, it has been working fine and dates have been entered it suddenly stopped this is not a pop up blocker issue,
the icon that is clicked to get the pop-up caledar to appear has this colde
<a onclick="documentDirty=false; calEasyEvents%5FStart.popup();" onmouseover="window.status='Select a date'; return true;" onmouseout="window.status=''; return true;" style="cursor: pointer;"><img src="media/style/MODxLight//images/icons/cal.gif" border="0" width="16" height="16"></a>
The source i see for this frame looks like this
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en" xml:lang="en">
<head>
<title>Scilly Days - (MODx CMS Manager)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="media/script/session.js"></script>
</head>
<frameset rows="70,*" border="0">
<frame name="mainMenu" src="index.php?a=1&f=menu" scrolling="no" frameborder="0" noresize="noresize">
<frameset cols="260,*" border="3" frameborder="3" framespacing="3" bordercolor="#ffffff">
<frame name="tree" src="index.php?a=1&f=tree" scrolling="no" frameborder="0" onresize="top.tree.resizeTree();">
<frame name="main" src="index.php?a=2" scrolling="auto" frameborder="0" onload="if (top.mainMenu.stopWork()) top.mainMenu.stopWork();">
</frameset>
</frameset>
<noframes>This software requires a browser with support for frames.</noframes>
</html>
Can anyone give me some poitners in the right direction.
Thanks Ian