NO, container is not an url, its containing a vidows i am fetching
from the flicks. so i just want to refresh this div on the click
I am not sure what to put here
"set('html',...)."
I want to user refresh button for it. so my page is something like
this
http://mooshell.net/bg93L/1
What can i need to do to refresh only particular div?
On Nov 4, 11:42 am, Sanford Whiteman <[email protected]>
wrote:
> > window.addEvent('domeready', function(){
>
> 'domready'
>
> > $("#refresh").load("Container");
>
> Don't seek an ID with a selector. Just $('refresh').
>
> What is this load() business? load() takes a URL. Is 'container' a
> URL?
>
> I sent you to set('html',...). Try that first.
>
> -- Sandy