Thanks for your reply sandy,
i have checked that link and tried something like this
<script>
window.addEvent('domeready', function(){
$("#refresh").load("Container");
});
</script>
<h2>Looking for</h2>
<div id="rContainer"></div>
<a href="#"id="refresh">click</a>
No need to say that its not working. What i was thinking is it
because i have put up "#" into href? or do i need to put anything else
there?
On Nov 4, 10:42 am, Sanford Whiteman <[email protected]>
wrote:
> http://mootools.net/docs/core/Element/Element#Element-Properties:html
>
> -- Sandy