Thanks for your reply sanford.
here is my code-
<script type="text/javascript" src="js/mootools-1.2.3-core-yc.js"></
script>
<script type="text/javascript" src="js/mootools-1.2.3.1-more.js"></
script>
<script type="text/javascript">
window.addEvent('domready', function() {
$("content").load.periodical(5000,this,'test.php'); });
</script>
</head>
<body>
<div id="content">
Loading content...</div>
If i use only core file getting the same error which i was getting
earlier. and when i used "core-yc" getting the following error
Error: this.get is not a function
Source File:../js/mootools-1.2.3-core-yc.js
Line: 354
On Feb 12, 10:40 am, Sanford Whiteman <[email protected]>
wrote:
> > Error: window.addEvent is not a function
> > Source File:../autorefresh.php
>
> http://mootools.net/docs/core/Utilities/DomReady
>
> If you can't run the example code, you aren't including MT correctly +
> this issue is way beyond (or beneath) auto-refreshing.
>
> -- S.