hello list.
I use popup in my project
I want that update method finish this new window (popup) close and
refresh the father window
now I use javascript to close window
but I want user render :update but this don´t run
I put this
def update
…
render :update do |page|
page << opener.$(‘contenerabajo’)
page << eval(window.close()
end
end
any idea???
thanks for all