javascript - redirect_to out of an iframe -


i have rails app has form renders in iframe, , create action redirect_to out of iframe , re-render whole page rather in iframe.

i curious ideas out there accomplish this.

you can it! have replace redirect_to with:

render :text => "<script>parent.location.href='/cms';</script>" 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -